Crosshair {
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	opacity: 1;

	.Crosshair {
		background-color: white;
		border-radius: 10px;
		width: 4px;
		height: 4px;
	}

	&.Hidden {
		opacity: 0;
	}
}