/* CSS Document */

.p-editor .metaslider {
    margin-left: auto;
    margin-right: auto;
}

.p-editor .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
}

.p-editor .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
}