
#scrollVideo {
  position: fixed;
  opacity: .45;
  width: 100%;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  z-index: -3;
  height: 100%;
  bottom: 0;
  object-fit: fill;
  /*filter: blur(1px); /* Consider reducing effects */
}

@media (max-width: 650px) {
  #scrollVideo {
    display: none;
  }
}

/*.ooverlay {
width: 100%;
height: 100%;
background: linear-gradient(45deg, #ee9090, #060034);
display: block;
position: fixed;
z-index: 2;
mix-blend-mode: exclusion;
}*/