.index_contact {
    margin-top: 5%;
}


.video_details_main lite-youtube>.lty-playbtn {
    width: 70px;
    height: 70px;
    background-image: url('img/play2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: none;
}

.video_details_main lite-youtube {
    border-radius: 12px;
    margin-bottom: 25px;
}

.video_details_main_desc,
.video_details_main_desc * {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.lbanner_title {
    font-size: 36px;
}

@media only screen and (max-width: 950px) {
    .lbanner_title {
        font-size: 30px;
    }
}