
/*
    Center Play button
*/
.video-js.rnr-videojs-theme .vjs-big-play-button {
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

