.side-rays-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.side-rays-container--secondary {
  z-index: 0;
  mix-blend-mode: screen;
}

.side-rays-container canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

@media (prefers-reduced-motion: reduce) {
  .side-rays-container {
    display: none;
  }
}
