/* Module Custom Styles */

@media (max-width: 575.98px) {
    .banner-carousel-ratio {
        min-height: 200px;
    }
}

.custom-banner-overlay-bottom {
    position: absolute;
    bottom: 0; /* Aligned to the bottom */
    left: 0;
    right: 0;
    padding: 20px; /* Provides breathing room from the edge */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none; /* Lets clicks pass through to the slider controls */
}

    .custom-banner-overlay-bottom h2 {
        pointer-events: auto; /* Allows the text to be selectable/interactive */
        margin-bottom: 0.25rem;
    }

#bannerCarousel {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}