/* Hide the volume control panel in the Video.js player */
.video-js .vjs-volume-panel {
    display: none !important;
}

/* Hide the picture-in-picture control in the Video.js player */
.video-js .vjs-picture-in-picture-control {
    display: none !important;
}