_style.scss 340 B

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