.lbanner-pp .lbanner_desc {
    display: none !important;
}

.innerVideos_main {
    margin-top: 5%;
}

.innerVideos_main {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerVideos_main .video_box {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 61%;
    margin-bottom: 40px;
    border-radius: 24px 24px 24px 24px;
}

.innerVideos_main .video_box lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 24px 24px 24px 24px;

}

.innerVideos_main .video_box lite-youtube>.lty-playbtn {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background-image: url(../img/video_play.png);
    background-size: cover !important;
}

.innerVideos_main .video_box lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: rgba(0, 0, 0, .4);
}

.innerVideos_main .video_title {
    font-family: 'Delecta-Bold';
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1200px) {

    .related_news .related_wrap .news_left,
    .related_news .related_wrap .news_right {
        visibility: visible !important;
    }
}

@media only screen and (max-width: 640px){
    .innerVideos_main .video_box lite-youtube>.lty-playbtn{
        width: 50px !important;
        height: 50px !important;
    }
    .innerVideos_main .video_title{
        font-size: 24px;
        line-height: 1.5;
    }
}