.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: fixed;
  overflow: hidden;
}

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

.filter {
  filter: brightness(0.5);
}

.mobile-background {
  background-image: url("https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.webivm.com%2Fcoding-background&psig=AOvVaw3UnBUBG3gBuX5Js2TMuwa0&ust=1598122578229000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCMigsdn8rOsCFQAAAAAdAAAAABAD");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  /*background-color: #000;*/
}

