/**
 * Theme Name: Alpha Refinery
 * Text Domain: dstheme
*/

.is-wysiwyg .wp-block-embed.is-type-video iframe {
	aspect-ratio : 16 / 9;
}

.is-wysiwyg .wp-block-embed.is-type-video.wp-embed-aspect-9-16 iframe {
	aspect-ratio : 9 / 16;
}
