* {
  box-sizing: border-box;
}

.video-container {
  padding-bottom: 56%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

