/*
Theme Name: Sheshi Mobile Outer Frame Removal
Version: 0.28.2
Description: Removes the legacy inset frame around the mobile home header and hero.
*/

@media (max-width: 767px) {
  body.sheshi-home .sheshi-site-header {
    width: 100% !important;
    margin: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }

  body.sheshi-home .sheshi-hero {
    width: 100% !important;
    margin: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }
}
