video {
  max-width: 100%;
}
::cue(.red){ color: red; }
::cue(.blue){ color: blue; }
::cue(.green){ color: green; }
::cue(.yellow){ color: yellow; }
::cue(.background-red){background-color: red;}
::cue(.background-blue){background-color: blue;}
::cue(.background-green){background-color: green;}
::cue(.background-yellow){background-color: yellow;}

