.video-banner-style-2 h1 {
    font-size: 70px;
    text-align: left;
    max-width: 70%;
    margin-bottom: 45px;
}
.video-banner-style-2.video-banner-style-alight-center h1 {
    max-width: 100%;
    text-align: center;
}
.video-buttons-outer {
    text-align: left;
}
.video-buttons-outer .button-style-1 {
    padding-left: 80px;
    padding-right: 50px;
    margin-right: 30px;
}
.video-buttons-outer .button-style-1 img {
    position: absolute;
    left: 30px;
    top: 13px;
    max-height: 24px;
}
.video-buttons-outer .button-style-1.scroll-to {
    background-color: #00B4CD;
    border-color: #00B4CD;
}
.video-buttons-outer .button-style-1.scroll-to:hover {
    background-color: #97BF13;
    border-color: #97BF13;
    color: #fff;
}


@media (max-width:1566px) {
    
}

@media (max-width:1440px) {
    .video-banner-style-2 h1 {
        font-size: 60px;
    }
}


@media (max-width:1380px) {
    .video-banner-style-2 h1 {
        max-width: 80%;
    }
    .video-banner-style-2 h1 {
        font-size: 58px;
    }
}

@media (max-width:1366px) {
}

@media only screen and ( max-width: 1199px) {
    .video-banner-style-2 h1 {
        font-size: 55px;
    }

}

@media only screen and ( max-width: 961px) {
    .video-banner-style-2 h1 {
        max-width: 100%;
    }
    .video-banner-style-2 h1 {
        font-size: 52px;
    }
}

@media only screen and ( max-width: 768px) {
    .video-banner-style-2 h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
}


@media only screen and ( max-width: 560px) {
    .video-buttons-outer .button-style-1 {
        padding-left: 60px;
        padding-right: 30px;
        margin-right: 10px;
    }
    .video-buttons-outer .button-style-1 img {
        left: 20px;
    }
}