.wp-hotspots-image-wrapper{
	position:relative;
	overflow:hidden;
	float:left;
	display:inline-block;
}

.fa{
	font: normal normal normal 14px/1 FontAwesome, Arial;
}

.wp-hotspots-image-wrapper img{
	max-width:100%;
	height:auto;
}

.wp-hotspot{
	position:absolute;
}

.wp-hotspot-content{
	display:none;
}

.wp-hotspot:hover .wp-hotspot-content{
	display:block;
}