#fluid-cursor {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none !important;
  z-index: 9998;
  opacity: 0.85;
  mix-blend-mode: screen;
  display: block;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce), (max-width: 991px) {
  #fluid-cursor {
    display: none !important;
  }
}
