.mediaMap {
overflow:hidden;
  position: relative;
  width: 100%;
}

.mediaMap.mobile .mediaMapCenter {
	height:300px !important;
}

.mediaMapBack {
	cursor:pointer;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	transform:scale(0);
	z-index:1000;
}

.mediaMapCenter {
	background-position: center center;
	background-repeat: no-repeat;
	left:50%;
	position:absolute;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
}


.mediaMapCenter > img {
	opacity: 0;
	position: absolute;
	z-index:30;
}

.mediaMapPopup {
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:20rem;
	z-index:90;
}

.mediaMapPopup tr:first-child td {
	background-color:#df0021;
	color:#ffffff;
	font-size:1.25rem;
	padding:1rem 0.75rem;
}

.mediaMapPopup tr:nth-child(2) td {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:10rem;
}

.mediaMapPopup tr:last-child td {
	background-color:#ffffff;
	padding:1rem 0.75rem;
}

.mediaMapPopup tr:last-child a {
	color:#df0021;
}