html {
  overflow: hidden; }

body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 0;
  margin: 0; }

.video-player-frame {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .video-player-frame .video-player {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .video-player-frame .video-player .video-player-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.vjs-default-skin .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -1.3em;
  margin-left: -2em; }
