/* Mobile slides fill the frame without stretching or stacked background images. */
@media(max-width:767px){
  .ymk .ymk-hero-slide{visibility:hidden!important}
  .ymk .ymk-hero-slide.is-active{visibility:visible!important}
  .ymk .ymk-hero-slide:first-child .ymk-layer-base,
  .ymk .ymk-hero-slide:nth-child(2) .ymk-layer-base{display:none!important}
  .ymk .ymk-hero-slide:first-child .ymk-layer-overlay,
  .ymk .ymk-hero-slide:nth-child(2) .ymk-layer-shoe{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
    max-width:none!important;object-fit:cover!important;object-position:center center!important;transform:none!important;
  }
}
@media(max-width:767px){.ymk .ymk-hero-slide:nth-child(2) .ymk-layer-shoe{object-position:75% center!important}}
