.overlay,
.scare {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
video#video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
video#video::-webkit-media-controls-enclosure {
  display: none !important;
}
