/**
 * mouse-follow
 */

.mouse-follow {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
