@font-face {
  font-family: proximaNova;
  src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
  font-family: VideoJS;
  src: url(../font/VideoJS.woff);
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullwindow-enter:before, .video-js .vjs-fullwindow-control .vjs-icon-placeholder:before {
  content: url(assets/img/open_fullwindow.svg);
}

.vjs-icon-fullwindow-exit:before, .video-js.vjs-fullwindow .vjs-fullwindow-control .vjs-icon-placeholder:before {
  content: url(assets/img/close_fullwindow.svg);
}

.vjs-icon-loop:before, .video-js.vjs-fullwindow .vjs-fullwindow-control .vjs-icon-placeholder:before {
  content: url(assets/img/loop.svg);
  /* filter: invert(1) drop-shadow(1px 0px 0px #00c89b); */
}

.vjs-icon-theatre-inactive:before {
  content: url(assets/img/open_theatre.svg);
  position: relative;
  top: 4px;
}

.vjs-icon-theatre-active:before {
  content: url(assets/img/close_theatre.svg);
  position: relative;
  top: 4px;
}

.vjs-icon-fast-forward {
  background-image: url(/static/img/icons/fast-forward-10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}

.vjs-icon-rewind {
  background-image: url(/static/img/icons/rewind-10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}
