html, body {
	height: 100vh;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.google-map {
	height: 25rem;
	position: relative;
}
.google-map iframe {
	display:block;
	height: 100vh;
	width: 100%;
}
.google-map [data-state-details] {
	color: #6b6763;
	font-family: Montserrat;
	height: 1.5em;
	margin-top: -0.75em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 100%;
}
.google-map[data-state] {
	background: #e9e5dc;
}
.google-map[data-state="loading"] [data-state-details] {
	display: none;
}