/* place fullscreen control on right side of the player */
.video-js .vjs-control.vjs-fullscreen-control {
    position: absolute;
    right: 0;
}

/* make sure the custom controls are always visible because
   the plugin hides and replace the video.js native mobile
   controls */
.vjs-using-native-controls .vjs-control-bar {
    display: flex !important;
}
