.ParallaxVideo video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (width > 1024px) {
  .ParallaxVideo {
    height: 800px;
  }
}

@media (width < 1024px) {
  .ParallaxVideo {
    height: 400px;
  }
}

.ht--img-ape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
