@import url(../sbx-genesis-hero-module/block.css);
/* -- Hro Tall -- */
.module_hero.combo-hero-tall {
    padding-top: 89.5px;
    padding-bottom: 49.5px;
    min-height: 752px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.module_hero.combo-hero-tall .col_img .img_hero > img {
    max-width: 196px;
    width: 100%;
}
/* -- Media BreakPoints -- */
@media (min-width: 768px) {
    .module_hero.combo-hero-tall {
        min-height: 528px !important;
        padding-top: 99px;
        padding-bottom: 109px;
        justify-content: flex-end;
    }
    .module_hero .col_img .img_hero {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .module_hero.combo-hero-tall .col_img .img_hero > img {
        max-width: 247px;
    }
    .module_hero.combo-hero-tall .block_col_2 .col_desc {
        grid-column: 1 / 8;
    }
    .module_hero.combo-hero-tall.image_left .block_col_2 .col_desc {
        grid-column: 6 / 13;
    }
    .module_hero.combo-hero-tall .block_col_2 .col_desc > h1 {
        max-width: 330px;
    }
}
@media (min-width: 1024px) {
    .module_hero.combo-hero-tall {
        min-height: 697px !important;
        padding-top: 94px;
        padding-bottom: 100px;
    }
    .module_hero.combo-hero-tall .col_img .img_hero > img {
        max-width: 423px;
    }
    .module_hero.combo-hero-tall .block_col_2 .col_desc > h1 {
        max-width: initial;
    }
    .module_hero.combo-hero-tall .block_col_2 .col_desc > div {
        max-width: 634px;
    }
    .module_hero.combo-hero-tall.image_left .block_col_2 .col_desc {
        padding-left: 70px;
    }
    #video-wrapper {
        transform: translate(-43%, -50%) !important;
        position: absolute  !important;
        top: 50% !important;
        left: 50% !important;
    }
    #video-wrapper .video-iframe {
        left: unset !important;
        top: unset !important;
    }
    .lightbox-wrapper #close-btn {
        top: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .module_hero.combo-hero-tall .grid-wrap .col_desc > div {
        line-height: 24px;
    }
}
@media (max-width: 1023px) {
    .module_hero.combo-hero-tall .block_col_2 .col_desc > a.btn {
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 12px 22px;
    }
}

@media screen and (height < 510) {
    .lightbox-wrapper #close-btn {
        top: 44px !important;
    }

    #video-wrapper iframe, #video-wrapper video {
        width: 76% !important;
    }

    #video-wrapper {
        left: 63% !important;
    }
}