.noticia_post_content iframe[src*="youtube.com"],
.noticia_post_content iframe[src*="youtube-nocookie.com"],
.noticia_post_content iframe[src*="youtu.be"] {
display: block;
width: 100%;
max-width: 900px;
aspect-ratio: 16 / 9;
height: auto;
margin-left: auto;
margin-right: auto;
border: 0;
} .noticia_post_content figure.wp-block-embed {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.noticia_post_content figure.wp-block-embed .wp-block-embed__wrapper {
position: relative;
aspect-ratio: 16 / 9;
}
.noticia_post_content figure.wp-block-embed .wp-block-embed__wrapper > iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}