.desktop_nav {
	z-index: 100;
}

#header_wrapper {
	background-image: url(/src/contact/banner.jpg);
	padding-bottom: 75%;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

#map {
	position: absolute;
	top: 70px;
	left: 0;
	width: 53%;
}

#clicker {
	width: 100px;
	height: 100px;
	position: absolute;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	transform: translateX(-50%) translateY(-50%);
	top: calc(18.5% + 70px);
	left: 48.6%;
	transition: opacity 0.3s;
	opacity: 0;
	cursor: pointer;
}

#clicker:hover {
	opacity: 1;
}

.block {
	position: absolute;
	top: 47%;
	z-index: 1;
}

#contact {
	left: calc((100vw - 987px) / 2);
}

#address {
	left: calc(50% - 30px);
}

#follow {
	right: calc((100vw - 987px) / 2);
}
