// placeholder
@import (optional, reference) '../../style/themes/index';

@modal-prefix-cls: ~'@{mega-prefix}-video';

.@{modal-prefix-cls} {
  .video-js .vjs-time-control {
    display: block;
  }
  .video-js .vjs-remaining-time {
    display: none;
  }
  .video-js .vjs-current-time {
    display: block !important;
  }
  .video-js .vjs-duration {
    display: block !important;
  }
  .video-js .vjs-time-control {
    padding: 0 !important;
    text-align: center;
    min-width: 1em !important;
  }
  .video-js .vjs-big-play-button {
    border-radius: 50% !important;
    width: 1.5em !important;
    height: 1.5em !important;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: -2px !important;
  }
}
