/* EBW V8.12.6 - robust hero device split
   Desktop: original hero-premium-v860.webp
   Mobile <=700px: dedicated portrait hero-mobile-v8124.webp */

body.ebw-v6 .ebw-hero__image--desktop-v8126,
body.ebw-v6-active .ebw-hero__image--desktop-v8126{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:-3!important;
}

body.ebw-v6 .ebw-hero__image--mobile-v8126,
body.ebw-v6-active .ebw-hero__image--mobile-v8126{
  display:none!important;
}

@media(max-width:700px){
  body.ebw-v6 .ebw-hero__image--desktop-v8126,
  body.ebw-v6-active .ebw-hero__image--desktop-v8126{
    display:none!important;
  }

  body.ebw-v6 .ebw-hero__image--mobile-v8126,
  body.ebw-v6-active .ebw-hero__image--mobile-v8126{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:62% 66%!important;
    z-index:-3!important;
  }
}
