.wp-block-embed {
	iframe {
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 9;
	}

	&.wp-embed-aspect-21-9 iframe {
		aspect-ratio: 21 / 9;
	}

	&.wp-embed-aspect-18-9 iframe {
		aspect-ratio: 18 / 9;
	}

	&.wp-embed-aspect-16-9 iframe {
		aspect-ratio: 16 / 9;
	}

	.wp-embed-aspect-4-3 & {
		aspect-ratio: 4 / 3;
	}

	.wp-embed-aspect-1-1 & {
		aspect-ratio: 1 / 1;
	}

	.wp-embed-aspect-9-16 & {
		aspect-ratio: 9 / 16;
	}

	.wp-embed-aspect-1-2 & {
		aspect-ratio: 1 / 2;
	}
}
