body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#map {
	width: 100%;
	height: 100%;
	/* margin: 180px 0 0 0; */
	margin: 0;
	padding: 0;
	min-height: 500px;
	border: none;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

#photo {
	width: 130px;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
}

#hint {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	/* margin: 120px 0 0 10px; */
	margin: 0 0 0 10px;
	max-width: 12.5em;
	width: 40%;
	min-width: 8rem;
}
