.editor-content *{
    all: revert;
}
.editor-content img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.editor-content iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}