.trail {
	position: fixed;
	width: 4px;
	height: 4px;
	background-color: rgba(255, 0, 0, 0.5);
	border-radius: 50%;
	pointer-events: none;
	/*z-index: calc(9998 * 1000);*/
	z-index: 1000000000000000000000000;
	}
.tracking-dot {
	position: fixed;
	width: 10px;
	height: 10px;
	background-color: red;
	/*background-image: url("../images/pencil.png");*/
	/*background-size       : auto 25%;*/
	/*background-blend-mode : normal;*/
	/*background-repeat     : no-repeat;*/
	/*width: 100px;*/
	/*height: 100px;*/
	/*transform: translate(10%, -25%);*/
	border-radius: 50%;
	pointer-events: none;
	/*z-index: 9999;*/
	z-index: 100000000000000000000009;
	transform: translate(-50%, -50%);
	cursor: zoom-out;
	/*transition: left 1.2s ease-out, top .2s ease-out;*/
	}