You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
314 B

1 year ago
  1. .wp-block-video{
  2. box-sizing:border-box;
  3. }
  4. .wp-block-video video{
  5. vertical-align:middle;
  6. width:100%;
  7. }
  8. @supports (position:sticky){
  9. .wp-block-video [poster]{
  10. object-fit:cover;
  11. }
  12. }
  13. .wp-block-video.aligncenter{
  14. text-align:center;
  15. }
  16. .wp-block-video figcaption{
  17. margin-bottom:1em;
  18. margin-top:.5em;
  19. }