body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#video-container {
  width: 100%;
  height: 100%;
  background-color: black;
}

#video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}