/*! Strand UI | MIT License | dillingerstaffing.com */

.strand-viewport-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  background: radial-gradient( ellipse 70% 60% at var(--mouse-x, 50%) var(--mouse-y, 50%), transparent 45%, rgba(15, 25, 42, 0.35) 100% );
  transition: background-position 0.15s ease;
}
