body {
  background-color: #000000;
  overflow: hidden;
  margin: 0px;
}

#undvideo {
  width: 100vw;
  margin: auto;
  display: flex;
  height: 100vh;
  object-fit: contain;
  position: absolute;
  left: 0px;
  top: 0px;
}

iframe {
  display: none;
}

#loadgif {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  object-fit: scale-down;
  background-color: black;
}

#loadingtext {
  color: white;
  position: fixed;
  bottom: 20px;
  margin: auto;
  font-family: monospace;
  margin-left: 20px;
  right: 20px;
  z-index: 10001;
}