/* Preserve the proportions of editor-sized images on narrow screens. */
@media (max-width: 600px) {
    #content img {
        max-width: 100%;
        height: auto !important;
    }
}
