.imagehotspot-image {
	position: relative;
	display: inline-block;
	cursor: crosshair;
}

.imagehotspot-hotspot {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 3px solid #fff;
	opacity: 0.8;
	transform: translate(-50%, -50%);
	cursor: move;
}