header#header{
	display: none;
}
div.copy{
	position: relative;
	z-index: 125;
}
@media screen and (max-width:1820px){
	.map .marker{
		transition: transform 0.4s ease-in-out;
	}
	.map .marker.open{
		transform:translate(-50%, 50%);
		z-index: 95!important;
	}
}