.article .prose img,
.article .prose figure,
.content-preview [data-preview-body] img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 1.25rem auto;
    border-radius: 10px;
}

.article .prose figure {
    width: 100%;
}

.article .prose figure img {
    margin: 0 auto;
}

.rich-editor img,
.rich-editor figure {
    max-width: 100%;
}

.rich-editor img {
    display: block;
    height: auto;
    margin: 1rem auto;
    border-radius: 8px;
}

.rich-editor figure {
    margin: 1rem 0;
}

@media (max-width: 720px) {
    .article .prose img,
    .content-preview [data-preview-body] img {
        width: 100%;
    }
}
