.dgnb-gold {
	max-width: 120px;
	margin-left:auto
}
.map-wrapper {
	position: relative; 
}
.map-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background:url("../media/maps.jpg");
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.map-overlay-content {
	padding: 60px;
	text-align: center;
	max-width: 960px;
	background: rgba(255,255,255,0.6);
	display: flex;
	flex-direction: column;
}
.map-overlay-content h3 {
	color: #a0875e;
}
.map-overlay-content a {
	text-decoration: underline;
}
.map-trigger {
	margin: auto;
	padding: 10px;
	border: 1px solid #a0875e;
	cursor: pointer;
}
@media only screen and (max-width: 600px) {
#map {
	height: 600px;
}
.map-overlay-content {
	padding: 20px;
}
}