html, body {
  height: 100%;
}

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

video {
  width: 100%;
  height: 100%;
}