/* Playback Rate Control */
/*.video-js .vjs-playback-rate {
    display: inline-block !important;
    margin-right: 10px;
}

.vjs-playback-rate .vjs-menu {
    width: 120px;
    left: -50px;
}

.vjs-playback-rate .vjs-menu li,
.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.1em;
    text-transform: none;
    line-height: 2.5;
}*/

/* Quality Selector Control */
/*.video-js .vjs-quality-selector {
    display: inline-block !important;
    margin-left: 10px;
}

.vjs-quality-selector .vjs-menu {
    width: 150px;
    left: -100px;
}

.vjs-quality-selector .vjs-menu-item {
    text-transform: capitalize;
    padding: 0.5em 1em;
}

.vjs-quality-selector .vjs-selected {
    background-color: rgba(255, 255, 255, 0.1);
}*/

/* Quality Gear Icon */
/*.vjs-icon-cog:before {
    content: "\2699";
    font-size: 1.4em;
    line-height: 1.67;
}*/

/* black padding above and below the video */
/*.video-js {*/
/*    background-color: transparent !important;*/
/*    padding-top: 0 !important;*/
/*}*/

/*.video-js .vjs-tech {*/
/*    object-fit: contain !important; !* or 'cover' if you want to crop *!*/
/*}*/

/* Make quality and speed options appear above .vimeoOverlay */
/* Increase z-index for menus above the .vimeoOverlay */
.vjs-menu,
.vjs-menu-button-popup,
.vjs-menu-content {
    z-index: 1001 !important;
}

/* Optional: also bump control bar z-index if needed */
.video-js .vjs-control-bar {
    /*z-index: 1000 !important;*/
}




