body {
  margin: 0px !important;
}
  @media only screen and (max-width: 768px){
    #playerContainer {height:315px !important; width:100%;}
  }

#adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  z-index: -10000;
}

#contentElement {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
 
 .video-js .vjs-time-tooltip, .video-js .vjs-play-progress:before, .video-js .vjs-play-progress:after { z-index: -10 !important; }

 #videojs-timer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.2em!important;
    background-color: rgba(2, 1, 14,.64);
    font-size: 2em;
    border-radius: 50%;
    height: 4.5em!important;
    line-height: 4em!important;
    margin-top: -2.3em!important;
    color: #fff;
    width: 4.5em!important;
    text-align: center;
    border: .06666em solid #fff;
    transition: all .4s;
}

#next-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.2em!important;
    background-color: rgba(2, 1, 14,.64);
    font-size: 2em;
    border-radius: 5%;
    height: 7em!important;
    line-height: 4em!important;
    margin-top: -2.3em!important;
    color: #fff;
    width: 9em!important;
    text-align: center;
    border: .06666em solid #fff;
    transition: all .4s;
}

.vjs-default-skin.vjs-paused .vjs-control-bar
{
display: block;
}