.cursor-tracker {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 50px;
	height: 50px;
  opacity: 0;
	pointer-events: none;
  transition: opacity .25s;
}