div.editor-content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: initial;
    color: initial;
}

div.editor-content * {
    font-family: inherit;
    text-align: inherit;
    color: inherit;
}

@media(max-width: 992px) {
    iframe.embed-responsive-item {
        height: 100%;
        width: 100%;
        aspect-ratio: 16/9;
    }
}
