.lbanner-pp .lbanner-btn {
    display: none !important;
}

.innerVideos_main {
    margin-top: 5%;
}

.innerVideos_main {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerVideos_main .share-this {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 0 0 35px;
}

.innerVideos_main .share-this img {
    max-width: 240px;
}

.innerVideos_main .video_box {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 53%;
    margin-bottom: 40px;
}

.innerVideos_main .video_box lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


@media only screen and (max-width: 1200px) {

    .related_news .related_wrap .news_left,
    .related_news .related_wrap .news_right {
        visibility: visible !important;
    }
}