@charset "UTF-8";

.vjs-big-play-button {
  /*opacity: 0 !important;/**/
}



body video {
  cursor: pointer;
}
body #wrap .vjs-big-play-button {
  display: block !important;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/img/logo_w.png');
  background-repeat: no-repeat;
  background-size: 4em;
  background-position: 50%;
  border: none !important; // @stylint ignore
  box-shadow: none !important; // @stylint ignore
  cursor: pointer;
  transition: opacity 0.25s, background-size 0.2s;
  opacity: 0;
  pointer-events: none;
}
body #wrap .vjs-paused .vjs-big-play-button {
  opacity: 0.5;
  pointer-events: auto;
}
body #wrap #theaterMode:not(.vis) .vjs-paused .vjs-big-play-button {
  pointer-events: none;
}
body #wrap .vjs-paused .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 1;
  background-size: 4.2em;
}

body #wrap .vjs-big-play-button::before {
  content: '';
  display: none;
}
body #wrap .vjs-icon-play::before,
body #wrap .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: '';
}
