/* VideoJS customisations */

/* Globally re-centre Play button for version 4.2 player: */
.vjs-default-skin .vjs-big-play-button { top: 50%; left: 50%; margin: -1.4em auto auto -2.1em; }

/* Colour customisations: */
.vjs-default-skin { color: #fff; }
.vjs-default-skin .vjs-control-bar { background-color: #1e1e1e; background-color: rgba(30, 30, 30, 0.7); }
.vjs-default-skin .vjs-slider { background-color: #999; background-color: rgba(153, 153, 153, 0.8); }
.vjs-default-skin .vjs-load-progress { background: #900; background: rgba(153, 0, 0, 0.8); }
.vjs-default-skin .vjs-play-progress { background-color: #f00; }
.vjs-default-skin .vjs-volume-level { background-color: #c00; }

/* Reposition the big Play button to suit the thumbnails for these videos: */

#PolovtsianDances.vjs-default-skin div.vjs-big-play-button { top: 50%; left: 50%; }

/* Set alignment of videos on pages: */

#PolovtsianDances
{ display: block; margin-left: auto; margin-right: auto; }
