.a-flash-post-map-frame {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 16px;
	background: #161616;
}

.a-flash-post-map-frame iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: inherit;
}
