#videoContainer {
  position: absolute;
  top: 0;
  right: 0;
  height: 600px;
  width: 300px;
  z-index: 11;
  background-color: black; }

#videoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

#vidControls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 26px;
  width: 280px;
  z-index: 3;
  display: none; }

#playButton {
  position: absolute;
  top: 6px;
  left: 8px;
  height: 14px;
  width: 7px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2; }
  #playButton svg, #playButton path {
    fill: #fff; }
  #playButton:hover svg, #playButton:hover path {
    fill: #deb664; }

#pauseButton {
  position: absolute;
  top: 6px;
  left: 8px;
  height: 14px;
  width: 9px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  display: none; }
  #pauseButton svg, #pauseButton path {
    fill: #fff; }
  #pauseButton:hover svg, #pauseButton:hover path {
    fill: #deb664; }

#soundOnButton {
  position: absolute;
  top: 5px;
  right: 6px;
  height: 16px;
  width: 18px;
  cursor: pointer;
  z-index: 2; }
  #soundOnButton svg, #soundOnButton path {
    fill: #fff; }
  #soundOnButton:hover svg, #soundOnButton:hover path {
    fill: #deb664; }

#soundOffButton {
  position: absolute;
  top: 5px;
  right: 6px;
  height: 16px;
  width: 18px;
  cursor: pointer;
  z-index: 2;
  display: none; }
  #soundOffButton svg, #soundOffButton path {
    fill: #fff; }
  #soundOffButton:hover svg, #soundOffButton:hover path {
    fill: #deb664; }

#videoScrubber {
  position: absolute;
  width: 220px;
  height: inherit;
  left: 25px;
  top: 1px;
  z-index: 3; }

#scrubHandle {
  position: absolute;
  top: 8px;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  z-index: 6;
  cursor: pointer;
  background: #fff; }

.endControlScrubber {
  width: 190px !important; }

#scrubTrack {
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: inherit;
  background: rgba(222, 182, 100, 0.5);
  z-index: 5;
  cursor: pointer; }

#scrubProgress {
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: 0;
  background: #deb664;
  z-index: 5;
  pointer-events: none; }

#vidControlBg {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  border-radius: 4px;
  background-color: black;
  opacity: 0.4; }

#snd-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 600px;
  background: url("../images/cfs.png") no-repeat; }

#videoClick {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer; }

#replayBtn {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 11;
  cursor: pointer;
  -ms-transform-origin: 8px 8px;
  transform-origin: 8px 8px; }
  #replayBtn:hover {
    transition: all 0.5s ease-out;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.hidden {
  display: none;
  visibility: hidden; }

#adContainer {
  cursor: pointer;
  height: 600px;
  width: 300px;
  display: none;
  position: relative;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
  transition: all 0.3s ease-out; }
  #adContainer.ready {
    display: block; }

#border {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 300px;
  border: 1px solid #000;
  z-index: 12;
  pointer-events: none; }

.bg-exit {
  z-index: 10;
  cursor: pointer; }
  .bg-exit.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#endframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 300px; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 300px;
  background-repeat: no-repeat;
  background-image: url("../images/bg.jpg"); }

.text {
  position: absolute;
  top: 0;
  left: 0; }

.tune-in {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 300px;
  background-repeat: no-repeat;
  background-image: url(../images/tune-in-monday.png); }

.tonight .tune-in {
  background-image: url(../images/tune-in-tonight.png); }

.now .tune-in {
  background-image: url(../images/tune-in-now.png); }

.cta {
  position: absolute;
  top: 548px;
  left: 86px;
  width: 133px;
  height: 28px;
  cursor: pointer;
  z-index: 11;
  background-color: #deb664;
  background-repeat: no-repeat;
  background-image: url(../images/cta-watch-trailer.png);
  transition: background-color 300ms ease-in-out; }

.cta:hover {
  background-color: #a7762c; }

.now .cta {
  background-image: url(../images/cta-watch-now.png); }
