File "style-rtl.css"

Full Path: /home/mba/public_html/wp-includes-20250804034325-20250807175334/blocks/video/style-rtl.css
File size: 317 bytes
MIME-type: text/plain
Charset: utf-8

.wp-block-video{
  box-sizing:border-box;
}
.wp-block-video video{
  width:100%;
}
@supports (position:sticky){
  .wp-block-video [poster]{
    -o-object-fit:cover;
       object-fit:cover;
  }
}
.wp-block-video.aligncenter{
  text-align:center;
}
.wp-block-video figcaption{
  margin-bottom:1em;
  margin-top:.5em;
}