.lbanner-pp .lbanner-btn {
    display: none !important;
}

.innerVideos_main {
    margin-top: 5%;
}

.innerVideos_main .video_title {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerVideos_main .video_box {
    width: 100%;
    max-width: 1008px;
    height: 0;
    position: relative;
    padding-bottom: 37%;
    margin: 50px 0;
    margin-right: auto;

}

.innerVideos_main .video_box lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerVideos_main .video_details {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerVideos_main .share-this {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'OpenSans-Regular';
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 40px 0;
}

.innerVideos_main .share-this img {
    max-width: 240px;
}
@media only screen and (max-width: 1024px){
    .common_inquity{
        overflow: visible !important;
    }
} 
@media only screen and (max-width: 950px) {
    .innerVideos_main .main {
        width: 100% !important;
    }

    .innerVideos_main .video_title {
        width: 100%;
        font-size: 35px;
        line-height: 40px;
    }

    .innerVideos_main .video_box {
        padding-bottom: 52%;
    }

    .innerVideos_main .video_wrap {
        height: 0;
        padding-bottom: 100%;
        margin-bottom: 30px;
    }
}