.base_map {
	position: relative;
	top: 0;
	margin-top: 3%;
	width: 100%;
	height: auto;
}

.base_img {
	width: 100%;
	height: auto;
	border: 1px solid #ffcc00;
	z-index: -99999;
}

.marker-icon {
	position: absolute;
}

.marker-icon img {
	display: block;
	width: 100%;
	cursor: pointer;
}