body {
  font-variant: petite-caps;
  background: black;
}


video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 4vw;
}

#main {
  position: relative;

}

#preview {
  position: absolute;
  width: 68vw;
  left: 16vw;
  height: auto;
  top: 7vw;
  opacity: 1;
  text-align: center;
  color: white;
  font-size: 1.7vw;
}