/* ModelBook — Restore mobile hero image fallback */

@media(max-width:900px){
  .hero.v6-hero.hero-cropped{
    background-image:
      linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38)),
      var(--hero-mobile-image)!important;
    background-size:cover!important;
    background-position:var(--hero-mobile-position, center center)!important;
    background-repeat:no-repeat!important;
    background-color:#070707!important;
    margin-top:0!important;
  }

  .hero.v6-hero.hero-cropped.mobile-parallax{
    background-image:
      linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.38)),
      var(--hero-mobile-image)!important;
  }

  .hero.v6-hero.hero-cropped.mobile-parallax::before,
  .hero.v6-hero.hero-cropped.mobile-parallax::after{
    display:none!important;
    content:none!important;
  }

  .mobile-fixed-hero-bg{
    display:none!important;
  }

  .site-header.v6-header.unified-header{
    margin-bottom:0!important;
  }
}
