#map {
	position: relative;
	min-height: 210px;
	max-height: 420px;
}
	#map>img.ratio {
		visibility: hidden;
		width: 100%;
		height: auto;
	}
	#map>div.content {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background: #ffffff url(./img/bg-map.jpg) center center;	
		background-size: cover;			
	}
	#map>div.content a {
		text-decoration: none;
	}
	#map>div.content h2 {
		font-weight: 100;
		font-size: 11pt;
		color: #ffffff;
		text-transform: uppercase;	
	}               	