.wp-block-acf-google-map {
	iframe {
		width: 100%;
		height: 200px;

		@media screen and (min-width: 768px) {
			height: 365px;
		}

		@media screen and (min-width: 1024px) {
			height: 420px;
		}
	}
}
