.site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-bgvideo,
.site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-image {
    min-height: 830px;
}

@media only screen and (min-width: 1201px) {
    .site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-content {
        padding: 2.529rem 5.882rem 0 !important;
    }

    .site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-content-wrap {
        width: 50%;
    }
}

@media only screen and (min-width: 769px) {
    .site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-content {
        padding: 2.529rem;
        padding-right: 0;
    }

    .site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-bgvideo,
    .site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-image {
        height: calc(var(--mh-100vh) - 42px);
    }

    .site-content .hd-main-woo-form.main-hero-imgvideo:first-of-type .hero-content-wrap {
        width: 60%;
    }
}

@media only screen and (max-width: 320px) {
    .site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-bgvideo,
    .site-content .hd-main-woo-form.section-hero.main-hero-imgvideo:first-of-type .hero-image {
        min-height: 950px;
    }
}