_style.scss (324B)
1 .wp-block-video { 2 3 figcaption { 4 color: var(--global--color-primary); 5 font-size: var(--global--font-size-xs); 6 margin-top: calc(0.5 * var(--global--spacing-unit)); 7 margin-bottom: var(--global--spacing-unit); 8 text-align: center; 9 } 10 } 11 12 * > figure > video { 13 max-width: unset; 14 width: 100%; 15 vertical-align: middle; 16 }