.shape-cursor-animation{
	position: absolute;
	transform-origin: center;
	transition: transform 1s cubic-bezier(.22, 1, .36, 1);
	width: 100px;
	pointer-events: none;
	z-index: 99999;
	opacity: 65%;
}
