:root {
  --video-cue-background: transparent;
  --video-cue-color: #FFF;
}

.cope-core-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: black;
}
.cope-core-video::cue {
  background-color: var(--video-cue-background);
  color: var(--video-cue-color);
}