/* Homepage hero viewport and responsive carousel controls. */
.section-hero.responsive-home-hero .hero-mobile-background {
    display: none !important;
}

@media only screen and (max-width: 991.98px) {
    .section-hero.responsive-home-hero .video-wrapper,
    .section-hero.responsive-home-hero .slider-wrapper-images {
        display: none !important;
    }

    .section-hero.responsive-home-hero .hero-mobile-background {
        display: block !important;
        position: absolute;
        z-index: 1;
        inset: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-hero.responsive-home-hero .slider-wrapper-text:not(.slick-initialized) > .slide:not(:first-child) {
        display: none !important;
    }

    .section-hero.responsive-home-hero .slider-wrapper-text .slider-arrows {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom),
    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap {
        min-height: calc(100vh - var(--pacific-hero-offset, 0px));
        min-height: calc(100svh - var(--pacific-hero-offset, 0px));
    }

    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap {
        box-sizing: border-box;
        display: flex;
    }

    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap > .container-fluid {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap > .container-fluid > .row {
        flex: 1 1 auto;
    }
}
