.vjs-remaining-time{
    display: none;
}
.vjs-picture-in-picture-control{
    display: none !important;
}
.vjs-progress-control{
    display:none !important;
}
.vjs-fullscreen-control{
    display:none !important;
}
.vjs-big-play-button{
    display:none !important;
}
.video-js .vjs-volume-bar {
    margin: 0.9em 0em;
}
.vjs-volume-bar{
    display:none !important;
}
.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.3em;
    line-height: 1.4;
}
.video-js .vjs-control-bar {
    height: 1.6em;
    background-color: transparent;
}
.video-js .vjs-control {
    width: 1.3em;
}
.vjs-button > .vjs-icon-placeholder:before {
    background-color: rgba(43, 51, 63, 0.7);
}
.videodotdnone{
    display: none;
}

.videomaintitle1:hover .videodotdnone{
   display: block;
}

.vjs-poster > img{
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.video_fwefwe{
    color: #606060 !important;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 400;
}
.video-poster-box {
    height: 202px;
    width: 100%;
    position: relative;
}
.video-title-fe323d {
    color: #484848;
}
.vjs-poster {
    background-color: #ffffff;
}
.video_collection {
    border-bottom: 4px solid rgb(0, 0, 0, 0.2);
}
.video-poster {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.video-box-few43w{
    margin: 10px;
}

@media (max-width: 992px){
    .video-cell {
        width: 100%;
        min-width: 100%;
    }
    .video-poster {
        width: 100%;
        min-width: 270px;
    }
    .video-poster-overlay {
        width: 100%;
    }
    .height-80 {
        height: 40px !important;
    }
    .cell-margin {
        margin: 0px 0px;
    }
    .search_container {
        top: 10px;
        height: 40px;
    }   
    .search_input {
        width: 100%;
        padding: 0px;
    }
    .search_layout {
        width: 40px;
        height: 40px;
    }
    .search_layout::before {
        top: 10px;
        left: 13px;
        width: 7px;
        height: 2px;
    }
    .search_layout::after {
        top: -3px;
        left: -1px;
        width: 15px;
        height: 15px;
    }
    .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }
    .video-container-box {
        padding: 0px 5px;
    }
    .mobile-text-content{
        margin: 5px !important;
        font-size: 26px;
    }
}