.post-content .kochi-map iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

@media screen and (max-width: 1024px) {

	.post-content .kochi-map {
		padding-block: 12px;
	}
}

@media screen and (min-width: 1025px) {

	.post-content .kochi-map {
		padding-block: 16px;
	}
}
