/* Constrain the carousel before Swiper measures slides. An auto width combined
   with aspect-ratio and intrinsic slide widths can grow on each measurement. */
html.buyer-ui-1688 .bp-hero-main .main-banner-left {
  width:100%; max-width:100%; min-width:0; overflow:hidden;
  height:auto!important; aspect-ratio:12/5;
}
html.buyer-ui-1688 .bp-hero-main .main-banner-left .swiper-container {
  width:100%!important; max-width:100%; min-width:0; height:100%!important;
}
html.buyer-ui-1688 .bp-hero-main .main-banner-left .swiper-slide { min-width:0; }

/* Keep the adjacent tiles within the same responsive row. */
html.buyer-ui-1688 .bp-hero-main .main-banner-right-group .swiper-container { height:calc(50% - 5px)!important; }
