PenciDesign Supporter replied
Staff Reply
Hi,
I've checked your site, and the issue is caused by the WP Automatic plugin. It includes some CSS code that conflicts with the default theme styles.
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.wp-block-video video {
position: static;
}
Regards,
PenciDesign.