/* Database CMS templates supply their own responsive container widths. Bootstrap
   5's additional max-width otherwise clips the legacy theme's wider layout. */
.page-home .container,
.page-cms .site-shell-main--full .container {
  max-width: none;
}

.cms-home-banners .carousel__slide > a,
.cms-home-banners .carousel__slide > div {
  display: block;
  width: 100%;
}

.cms-home-banners .image-rotator .carousel__slide img {
  display: block;
  width: 100%;
  padding: 0;
}
