File "style.css"
Full Path: /home/mba/public_html/wp-includes-20250804034325/blocks/video/style.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;
}