/*
 * The .sl/.sl-title/.sl-image styling (overlaid title bar, hidden
 * button/excerpt) already lives in the theme's assets/css/sites.css,
 * ported from the original live site. Nothing extra is needed here beyond
 * this override.
 */

/*
 * Overrides the theme's sites.css rule (@media min-width:992px)
 * `.owl-carousel .owl-item{height:300px}`, so Owl's autoHeight measures
 * each slide's real height instead of a hard-coded one.
 */
.ahc-hero-carousel.owl-carousel .owl-item {
    height: auto;
}
