﻿
#cont-3278:hover .copyrightlink {
	background: transparent;
}
#cont-3278:hover > div {
	opacity: 1;
}
#cont-3278:hover .copyrightlink a {
	color: white;
}
#cont-3278:hover .mapoverlay {
	opacity: 1;
}
#cont-3278 {
	background: url(../media/map.jpg);
	background-size: cover;
	background-position: 50% 50%;
	height: 350px;
	position: relative;
}
#cont-3278 a {
	color: #575757;
}
#cont-3278 .mapoverlay {
	height: 100%;
	color: white;
	background: rgba(0,0,0,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: .3s ease;
	cursor: pointer;
}
#cont-3278 .copyrightlink {
	background: white;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}