/* 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: #c57cb3; background: rgba(197, 124, 179, 0.8); }
.vjs-default-skin .vjs-play-progress { background-color: #fdc200; }
.vjs-default-skin .vjs-volume-level { background-color: #2665ae; }

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

#TheGoshawk.vjs-default-skin div.vjs-big-play-button { top: 80%; }

#KitesAreFlying.vjs-default-skin div.vjs-big-play-button { top: 35%; left: 73%; }

#FlyingBirds.vjs-default-skin div.vjs-big-play-button { top: 13%; left: 53%; }

#TheLivingRiver.vjs-default-skin div.vjs-big-play-button { top: 37%; left: 23%; }

#CapitalCity.vjs-default-skin div.vjs-big-play-button { top: 74%; }

#DisplayToSell.vjs-default-skin div.vjs-big-play-button { top: 84%; }

#LowWater.vjs-default-skin div.vjs-big-play-button { top: 62%; left: 47%; }

#ArnoldAcorns.vjs-default-skin div.vjs-big-play-button { top: 67%; left: 53%; }

#Carey70.vjs-default-skin div.vjs-big-play-button { top: 61%; left: 29%; }

#Furryfolk.vjs-default-skin div.vjs-big-play-button { top: 83%; }

/* Set alignment of videos on pages: */

#TheGoshawk, #KitesAreFlying, #FlyingBirds, #TheLivingRiver, #CapitalCity, #DisplayToSell, #LowWater, #ArnoldAcorns, #Carey70, #Furryfolk
{ display: block; margin-left: auto; margin-right: auto; }
