.EasyMDEContainer span[data-img-src]:after {
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 200px;
    max-height: 100%;
    max-width: 100%;
    padding-top: 1rem;
    width: auto;
}
