.leaflet-reticle {
	position: absolute;
	top: calc(50%);
	left: calc(50%);
	z-index: 800;
	pointer-events: none; /* pass all events through to underlying map */
	margin: -11px 0 0 -8px;
}

