.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 .video_list .video_item {
    width: 100%;
    margin-bottom: 40px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.video_main .video_list .video_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
}

.video_main .video_list .video_item .item_img .video_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video_main .video_list .video_item:hover .item_img .video_img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.video_main .video_list .video_item .item_img .video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    background: rgba(51, 51, 51, .71);
    text-align: center;
    line-height: 80px;
    z-index: 99;
}


.video_main .video_list .video_item .item_img .video_play img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.video_main .video_list .video_item .item_img .video_play:hover {
    animation: pointPulse 1.5s ease-in-out infinite;
}

.video_main .video_list .video_item .item_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.video_main .video_list .video_item .item_title a {
    display: inline-block;
    color: #333333;
}

.video_main .video_list .video_item .item_title:hover a {
    text-decoration: underline;
    color: var(--commonColor);
}

.video_main .video_list .video_item .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.video_main .video_list .video_item .item_desc a {
    display: inline-block;
    color: #999999;
}

.video_main .video_list .video_item .item_desc:hover a {
    color: var(--commonColor);
    text-decoration: underline;
}

@media (max-width:1366px) and (min-width:951px){
    .video_main .video_list .video_item .item_desc{
        font-size: 18px;
    }
}
@media (max-width:1100px) and (min-width:951px){
    .common_info {
        visibility: visible !important;
    }
}