/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 02-Jun-2023, 11:56:07 AM
    Author     : prakash
*/

.video-js .vjs-tech {
    background: #fff;
}

/* .vjs-control-bar {
    display: none !important;
} */

.video-js {
    background: #fff !important;
}
/*testimonial video css */
.video-js .vjs-tech{    object-fit: cover;
}
.video-js{    border-radius: 16px;
}
/*testimonial video css */
/*home banner video added by sb*/
.video-js .vjs-dock-description, .video-js .vjs-dock-title {
    display: none !important;
}

.video-js .vjs-dock-shelf, .video-js .vjs-dock-text {
    font-size: 0 !important;
   
}
/*home banner video added by sb*/
@media (max-width: 500px) {
  .video-wrapper iframe {
    height: 180px!important;
}

}
.vjs-has-started .vjs-control-bar{
    display: flex!important;
}