#map {
	height: 0;
	padding-bottom: 56%;
}
#map2 {
	height: 0;
	padding-bottom: 100%;
}

#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.3125rem;
	height: 1.3125rem;
	border-radius: 50%;
	cursor: pointer;
}

#map .marker-logo {
	display: block;
	width: 8.625rem;
	height: 2.1875rem;
	background-repeat: no-repeat;
	background-image: url('../img/location/cloisters_map_marker.svg');
	background-size: cover;
    transform: translate(-4.025rem, 0.013rem);
}

#map .marker .marker-content {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 2rem !important;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: .5rem 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	font-family: "schoolbook", serif;
  	font-weight: 400;
  	font-style: normal;
}

#map .marker.map1 .marker-content {
	background-color: #D3775F;
	color: #fff;
}
.marker.map1 {
	background-color: #D3775F;
}


#map .marker.map2 .marker-content {
	background-color: #392525;
	color: #fff;
}


.marker.map2 {
	background-color: #392525;
}

#map .marker.map3 .marker-content {
	background-color: #B39276;
	color: #fff;
}


.marker.map3 {
	background-color: #B39276;
}