/* Enqueued only on one of the 27 exact hash-locked iframe posts. */
body.single-post main#content > .page-content iframe {
	max-width: 100%;
}

body.single-post main#content > .page-content iframe[src*="youtube.com"] {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
