.lbanner-pp .layout {
    padding: 6% 0 !important;
}

.lbanner-box {
    display: none !important;
}

.innerVideo_main {
    margin-top: 5%;
}

.innerVideo_main .layout {
    padding: 0 100px;
}

.innerVideo_main .video_title {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #082643;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0;
}

.innerVideo_main .details_video {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 40px;
}

.innerVideo_main .details_video lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 30px;
}

.innerVideo_main .details_content {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
}

.innerVideo_main .details_content p {
    margin-bottom: 30px;
}

.innerVideo_main .details_content p:last-child {
    margin-bottom: 0;
}



@media only screen and (max-width: 1400px) {
    .innerVideo_main .layout {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1180px){
    .innerVideo_main .details_video{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 950px){
    .innerVideo_main .layout{
        padding: 0;
    }
}