#map{
	background-image:url( ../img/map.png );
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width :50vw;
	height:25vw;
	margin:10px auto;
	position:relative;
}

.map-dot{
	position:absolute;
	width :3px;
	height:3px;
	border-radius:100%;
	background:#f00;
	box-shadow:0 0 3px 1px #ff00b1;
	margin-bottom:-1.5px;
	margin-left  :-1.5px;
}
