File "_style.scss"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss
File size: 324 bytes
MIME-type: text/plain
Charset: utf-8

.wp-block-video {

	figcaption {
		color: var(--global--color-primary);
		font-size: var(--global--font-size-xs);
		margin-top: calc(0.5 * var(--global--spacing-unit));
		margin-bottom: var(--global--spacing-unit);
		text-align: center;
	}
}

* > figure > video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
}