.hero-banner {
    width: 100%;
    height: 100vh;
    padding-top: calc(var(--menu-height) + var(--sticky-h-height));
    position: relative;
}

.hero-banner .text-wrapper {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.hero-banner .text-wrapper-inner {
    margin: 10px 80px;
    max-width: 670px;
    opacity: 0;
}

.hero-banner .video_wrapper_inner,
.hero-banner .html5_vid_wrapper,
.hero-banner .html5_vid_container,
.hero-banner .vsVideoPlayerHTML5,
.hero-banner .vid_cover,
.hero-banner .video_wrapper {
    height: 100%;
}

/*.hero-banner .video_wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;    
}*/

.hero-banner .video-controls .video-controls-wrap {
    text-align: right;
}

.hero-banner .video-controls {
    bottom: inherit;
    /*top: calc(var(--menu-height) + var(--sticky-h-height) + 8px);*/
    top: 8px;
}

.hero-banner .image-wrapper-full,
.hero-banner .image-wrapper-full picture,
.hero-banner .image-wrapper-full img {
    width: 100%;
    height: 100%;
}

.hero-banner .image-wrapper-full img {
    object-fit: cover;
}

@media screen and (max-height:800px) and (min-width: 1024px) {
   .hero-banner .text-wrapper {
   
    top: calc(50vh + (var(--menu-height) + var(--sticky-h-height)) / 2);
    
}
}

@media screen and (max-width: 1024px) {

    .hero-banner .video-controls {
        /*top: calc(var(--menu-height) + var(--sticky-h-height) + 24px);*/
        top: 24px;
    }
    
    .hero-banner .text-wrapper-inner {
        margin: 10px 24px;
        margin-bottom: 0px;
        padding-bottom: 120px;
    } 

    .hero-banner .text-wrapper {
        top: inherit;
        bottom: 0px;
        transform: inherit;
    }
}