section.video-banner {
    position: relative;
    width: 100%;
    float: left;
    height: 75vh;
    min-height: 500px;
    background: linear-gradient(139.37deg, rgba(0, 0, 0, 0.5) 41.16%, rgba(151, 191, 19, 0.5) 97.37%);
}
.video-banner-overlay .container {
    max-width: 82%;
}
section.video-banner .video-banner-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
}
section.video-banner .video-banner-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}
.video-banner-outer-overlay{
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: linear-gradient(139.37deg, rgba(0, 0, 0, 0.5) 41.16%, rgba(151, 191, 19, 0.5) 97.37%);
}
.video-banner-overlay {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
}

.video-banner-overlay h1 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}
.video-banner-overlay h1 span{
    color: #97BF13;
}
.video-banner-overlay h5 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.video-banner-overlay h5 span{
    color: #97BF13;
}
.video-banner-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
}
.video-banner-overlay p span {
    color: #97BF13;
}
.video-banner-overlay .content-mode-style-2 h1 span,
.video-banner-overlay .content-mode-style-2 p span,
.video-banner-overlay .content-mode-style-2 h5 span{
    color: #71E5D2;
}


section.video-banner.style-mode-style-2 {
    height: 62vh;
}
.style-mode-style-2 .video-banner-outer-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.637083) 35.75%, rgba(0, 0, 0, 0) 71.24%, rgba(0, 0, 0, 0.8712) 100%);
}

@media only screen and ( max-width: 961px) {
    .video-banner-overlay p {
        font-size: 18px;
    }
}

@media only screen and ( max-width: 768px) {
    .video-banner-overlay h1,
    .video-banner-overlay h5 {
        margin-bottom: 20px;
    }
}