.lbanner-pp .lbanner-desc {
    display: none !important;
}

.side-cate li.video>a, .side-cate li.video>a:hover{
    color: var(--commonColor);
}

.innerVideos_main {
    margin-top: 5%;
}


.innerVideos_main .video_title {
    margin-bottom: 30px;
    width: 72%;
    margin-left: auto;
    margin-right: 0;
}

.innerVideos_main .video_wrap {
    width: 100%;
    position: relative;
    /* height: 781px; */
    overflow: hidden;
    margin-bottom: 3%;
}

.innerVideos_main .video_wrap lite-youtube {
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover; */
    display: block;
    border-radius: 12px 12px 12px 12px;
}

.innerVideos_main .video_desc {
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 1200px) {
    .innerVideos_main .video_title{width: 100%;}
}
@media only screen and (max-width: 980px) {
    .innerVideos_main{margin-top: 30px;}
    .innerVideos_main .main{
        width: 100% !important;
    }
    .innerVideos_main .video_title{
        width: 100%;
        margin-bottom: 14px;
    }
    .innerVideos_main .video_title .title{font-size: 24px;}
    .innerVideos_main .video_wrap{
        margin-bottom: 20px;
    }
}