.video-parallax-container video {
  top: 62%;
  /*left: 51%;*/
  min-width: 100vw;
  /*min-height: 100vh;*/
  /*width: 100vw;*/
  /*height: 500px;*/
  z-index: -100;
  transform: translateX(0%) translateY(0%);
  background-size: contain;
  background-position: center;
  transition: 1s opacity;
  position: relative;
  overflow: hidden;
}

.video-parallax-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

