.video-container {
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;

}


.video-text {
    text-align: center;
    padding: 100px 25px 50px;
}

.video-text h1 {
    color: #234256;
    font-size: 66px;
}

.video-text p {
    color: rgb(116, 122, 143);
    padding: 30px 25px;
    font-size: 22px;
}

.video-box {
    text-align: center;
    display: block;
    padding: 50px 0px;
}




.back {
    position: absolute;
}

@media screen and (max-width: 960px) {
    .video-container {
        background-image: none;
        height: auto;
    }

    .video-text h1 {
        font-size: 30px;
    }

    .video-text p {
        font-size: 20px;
        text-align: justify;
    }

    .video-box img {
        width: 100%;
    }
    
}