.video-bg {
  position: absolute;
  object-fit: cover;
  pointer-events: none;
  height: 100%;
  width: 100%;
  max-width: none;
}

.noise-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('../../../../assets/media/noise.gif');
  background-repeat: repeat;
  background-size: 100px 100px;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
