.video1 {
    height: 650px !important;
    display: block;
    width: 100% !important;
}

.video1>.lty-playbtn {
    width: 178px !important;
    height: 178px !important;
    filter: none !important;
    background: url('img/demo/video_play.png') no-repeat !important;
    background-size: 100% 100%;
}

.video_details_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    margin: 30px 0 15px;
}

.video_details_main {
    font-family: Lato-Light;
    font-weight: 300;
    font-size: 19px;
    color: #666666;
    line-height: 2;
}

@media only screen and (max-width: 950px) {
    .video_details_main {
        font-size: 16px;
    }

    .video1 {
        height: 300px !important;
    }
}