.temple-map-iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 210px;
	border: 0;
	background: #fff;
}

@media (max-width: 520px) {
	.temple-map-iframe {
		max-width: 100%;
		height: 220px;
	}
}
