.weda-ui_video {
  height: 500px;
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.weda-ui_video-h5 {
  height: 250px;
}

.weda-ui_video_control .vjs-control-bar {
  background: none !important;
}

.weda-ui_video__video-wrap {
  padding-top: 0 !important;
  height: 100% !important;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

.vjs-slider-vertical .vjs-volume-level:before {
  left: -0.5em !important;
}

.weda-ui_video__video-loading {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
