#map {
	height: 0;
	padding-bottom: 50%;
}
#map2 {
	height: 0;
	padding-bottom: 120vw;
}

#map a {
	color: inherit;
	text-decoration: none;
}
.map-wrapper,
#map {
	position: relative;
	background-color: #fff;
	text-align: left;
}
#map .marker,
#map .marker-logo {
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	font-weight: bold;
	text-align: center;
}
#map .marker {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}

#map .marker-logo {
	display: block;
	width: 77.5px;
	height: 93.2px;
	background-repeat: no-repeat;
	background-image: url('../img/map-icon.svg');
	background-size: contain;
}
#map .station1 {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url('../img/angel.svg');
	background-size: contain;
}
#map .station2 {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url('../img/stpanc.svg');
	background-size: contain;
}
#map .station3 {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url('../img/kingx.svg');
	background-size: contain;
}
#map .station4 {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url('../img/old.svg');
	background-size: contain;
}

#map .marker {
	text-align: center;
	font-size: 1rem;
	font-family: 'Wigrum Bold';
}

.marker.map1 { 
	background-color: #eb4f5e;
	color: #000;
}

#map .marker.map2 .marker-content {
	background-color: #ff7abb;
	color: #fff;
}
.marker.map2 { 
	background-color: #ff7abb;
}
#map .marker.map2 .marker-content:after {
	border-top: 10px solid #ff7abb;
}

#map .marker.map3 .marker-content {
	background-color: #6e2af2;
	color: #fff;
}
.marker.map3 {
	background-color: #6e2af2;
}
#map .marker.map3 .marker-content:after {
	border-top: 10px solid #6e2af2;
}

#map .marker.map4 .marker-content {
	background-color: #4cbcf4;
	color: #fff;
}
.marker.map4 {
	background-color: #4cbcf4;
}
#map .marker.map4 .marker-content:after {
	border-top: 10px solid #4cbcf4;
}

