/* mapSec — matches theme static HTML */

.mapSec {
	width: 100%;
}

.mapSec__frameWrap {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.mapSec iframe,
.mapSec .mapSec__iframe {
	width: 100%;
	height: 480px;
	border: 0;
	display: block;
}

.mapSec__placeholder {
	margin: 0;
	padding: 1.5rem 1rem;
	text-align: center;
	color: #5f6368;
	background: #f1f3f4;
}
