.video-js {
  font-size: 12px;
  color: #fff;
}
.cldy .vjs-big-play-button {
  font-size: 3.5em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border: 0.06666em solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -1em;
  margin-top: -1em;
}
.video-js.cldy .vjs-control-bar, .video-js.cldy .vjs-big-play-button, .video-js.cldy .vjs-menu-button .vjs-menu-content{
  background-color: #15abe4;
  background-color: rgba(21, 171, 228, 0.8);
}
.video-js .vjs-control-bar, .video-js .vjs-big-play-button, .video-js .vjs-menu-button .vjs-menu-content {
  background-color: #171B1E;
  background-color: rgba(23, 27, 30, 0.8);
}
.video-js .vjs-slider {
  background-color: #60717d;
  background-color: rgba(96, 113, 125, 0.5);
}
.video-js .vjs-volume-level, .video-js .vjs-play-progress, .video-js .vjs-slider-bar {
  background: #fff;
}
.video-js .vjs-load-progress {
  background: ligthen(#60717d, 25%);
  background: rgba(96, 113, 125, 0.5);
}
.video-js.cldy .vjs-load-progress {
    background: ligthen(#FFF, 50%);
    background: rgba(255,255,255,0.5);
}
body{
    background: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.vjs-fullscreen {
    padding-top: 0px;
    position: relative;
}
#playerblock video, #playerblock .cldy {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.cldy .vjs-loading-spinner{
  border: 6px solid rgba(21, 171, 228, 0.8);
}
.vidError {
    display: block;
    position: absolute;
    background: #E00C22;
    color: #FFF;
    font-size: 0.9em;
    max-width: 80%;
    z-index: 999;
    letter-spacing: 0.1em;
    opacity: 0.9;
    bottom: 10%;
    width: 80%;
    text-align: center;
    left: 10%;
}
.vidError p{
  padding: 1em 2em;
  margin: 0;
}