.space-motion-parallax {
  will-change: transform, translate;
}

@media (prefers-reduced-motion: reduce) {
  .space-motion-parallax {
    translate: none !important;
    will-change: auto;
  }
}
