.outer { margin:0 auto;}
#thumbs .item { padding: 0px; margin:2px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }



#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:transparent; color: #fff !important; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#thumbs.owl-theme .owl-prev { left: 10px; }
#thumbs.owl-theme .owl-next { right: 10px; }
.cus_video_main_slider {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cus_video_main_slider #big .owl-nav {
    display: none;
}
.cus_vide0_wraper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cus_vide0_wraper .leftCol {
    flex-basis: 50%;
    margin-right: 25px;
    box-sizing: border-box;
}
.cus_vide0_wraper .rightCol {
    flex-basis: 50%;
}
.cus_vide0_wraper .leftCol .video_container {
    position: relative;
    padding-top: 100%;
}
#thumbs .item img {
    width: 100%;
}
#thumbs.owl-theme .owl-next i, #thumbs.owl-theme .owl-prev i  {
    font-size: 24px;
}

/* Home Page video thumbnail slider style start */

.home_cus_video_main_slider #thumbs .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 150px;
    position: relative;
}
.home_cus_video_main_slider .cus_vide0_wraper .leftCol .video_container {
    padding-top: 56%;
}
.home_cus_video_main_slider #thumbs .item i.fa {
    position: absolute;
    top: 50%;
    font-size: 30px;
    background-color: #fff;
    line-height: 18px;
    border-radius: 25px;
    transform: translate(-50%, -50%);
}
.home_cus_video_main_slider #thumbs .item:hover i.fa {
    color: #f00 !important;
    transition: 0.4s ease all;
}

/* Home Page video thumbnail slider style End */


@media only screen and (max-width: 1024px) {
.home_cus_video_main_slider #thumbs .item {
    height: 130px;
}
}

@media only screen and (max-width: 768px) {
.home_cus_video_main_slider #thumbs .item {
    height: 100px;
}
}

@media only screen and (max-width: 767px) {
.cus_vide0_wraper {
    display: flex;
    flex-wrap: wrap;
}
.cus_vide0_wraper .leftCol {
    flex-basis: 100%;
    margin-right: 0px;
}
.cus_vide0_wraper .rightCol {
    flex-basis: 100%;
}
#thumbs.owl-theme .owl-next i, #thumbs.owl-theme .owl-prev i {
    font-size: 16px;
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    width: 19px;
    line-height: 23px;
    height: 20px;
}
}

@media only screen and (max-width: 600px) {
.home_cus_video_main_slider #thumbs .item {
    height: 70px;
    background-size: 100% 100% !important;
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    top: 72%;
    transform: translate(0%, -50%);
}
#thumbs.owl-theme .owl-next {
    right: 0px;
}
#thumbs.owl-theme .owl-prev {
    right: 0px;
}
.home_cus_video_main_slider #thumbs .item i.fa {
    font-size: 22px;
    line-height: 10px;
}
}

/* @media only screen and (max-width: 480px) {
.home_cus_video_main_slider #thumbs .item {
    height: 50px;
}
.home_cus_video_main_slider #thumbs .item i.fa {
    font-size: 20px;
    line-height: 12px;
}
}

@media only screen and (max-width: 375px) {
    .home_cus_video_main_slider #thumbs .item {
        height: 45px;
    }
    .home_cus_video_main_slider #thumbs .item i.fa {
        font-size: 18px;
        line-height: 10px;
    }
    } */