/* Reserve the hero's final space before its images load. */#fullscreen-banner-0 .swiper-slide,#fullscreen-banner-0 .bg__image {  aspect-ratio: 16 / 9;}#fullscreen-banner-0 .bg__image {  height: 100%;}@media (max-width: 767px) {  #fullscreen-banner-0 .swiper-slide,  #fullscreen-banner-0 .bg__image {    aspect-ratio: 426 / 900;  }}/* Reserve the square footprint of the floating promotion image. */#fullscreen-banner-0 .floating_image {  aspect-ratio: 1 / 1;}@media (min-width: 1024px) {  #fullscreen-banner-0 .floating_image {    width: min(28rem, 100%);  }}#fullscreen-banner-0 .floating_image > img {  width: 100%;  height: 100%;  object-fit: contain;}

/* Keep the mobile promotion image at its final displayed width while it loads. */
@media (max-width: 767px) {
  #fullscreen-banner-0 .floating_image {
    width: min(60vw, 247px);
  }
}