.cp-video-info {
  margin-top: 8px;
}

.cp-video-player-wrap {
  position: relative;
  touch-action: pan-y !important;
}

.cp-video-player-shell {
  width: 100%;
  min-height: 0;
  height: 100%;
  border-radius: 12px;
  overflow: clip;
  background: #0b1220;
  touch-action: pan-y !important;
}

.cp-video-player-shell .yzmplayer {
  overflow: clip !important;
}

.cp-video-player-shell *,
.cp-video-player-shell .yzmplayer,
.cp-video-player-shell .yzmplayer-video-wrap,
.cp-video-player-shell .yzmplayer-video-current,
.cp-video-player-shell .yzmplayer-mask,
.cp-video-player-shell .yzmplayer-controller-mask,
.cp-video-player-shell .yzmplayer-controller,
.cp-video-player-shell .yzmplayer-danmaku,
.cp-video-player-shell .yzmplayer-cplayer,
.cp-video-player-shell .yzmplayer-bezel,
.cp-video-player-shell video {
  touch-action: pan-y !important;
}

.cp-video-player-fallback {
  width: 100%;
  border-radius: 12px;
  background: #000;
}
