body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.contact {
  top: 20%;
  position: absolute;
  z-index: 6;
  padding: 0.7%;
  word-break: break-all;
  overflow-wrap: break-word;
}

.contact2 {
  top: 0%;
  gap: 2%;
  position: fixed;
  padding: 0.8%;
  right: 0;
  z-index: 10;
}

#data {
  font-size: 4vh;
  padding-left: 0.3vw;
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100vw;
}

.video {
  width: 100%;
}


@media (max-width: 800px) {
  .video {
    width: auto;
    height: 100%;
  }
  
    
}

