.video-parallax-container video {
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100%;
  /*width: auto;*/
  /*height: auto;*/
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  /*-webkit-transition-position: fixed;*/
  position: absolute;
  overflow: hidden;
}

.video-parallax-container {
  height: 80vh;
  overflow: hidden;
}

.video-parallax-container {
  /*background-size: cover;*/
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

