/*
 * Shared homepage Banner viewport contract.
 *
 * CMS Banner artwork is rendered as a normal <img>. object-fit alone does not
 * size a replaced element, so intrinsic-width images can expose the carousel
 * background on wide screens. Keep this file loaded last on both homepages.
 */
.hero-carousel .hero-slide .hero-slide-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
