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

.lbanner-pp .lbanner_wrap {
    padding: 6.7% 0 !important;
}

.related_products {
    background-color: transparent !important;
}


.video_main {
    margin-top: 5%;
}

.video_main .share_this {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.video_main .share_this img {
    max-width: 300px;
}

.video_main .video_iframe {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    margin-bottom: 30px;
}

.video_main .video_iframe lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video_main .video_details {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.video_main .video_details p{
    margin-bottom: 30px;
}


@media (max-width:1366px) and (min-width:951px){
    .video_main .video_details{
     font-size: 18px;   
    }
    .click_btn .colo_btn a{
        font-size: 20px;
    }
    .prev_btn .con, .prev_btn .con a, .prev_btn .con span, .next_btn .con, .next_btn .con a, .next_btn .con span{
        font-size: 18px;
    }
}