body {
  background-color: black;
  overflow: hidden;
}

#tv {
  position: absolute;
  transform: translate(-50%);
  margin-left: 50vw;
  height: 100vh;
}

#video-player {
  position: absolute;
  left: 42.5vw;
  right: 41vw;
  top: 28vh;
  bottom: 11vh;
  overflow: hidden;
  background-color: grey;
}

#video {
  position: absolute;
  width: 100%;
}

#static {
  position: absolute;
  width: 200%;
  height: 100%;
  opacity: 0.5;
}