/* Target only images inside the specific WYSIWYG editor body */
body.mce-content-body img, 
body.cke_editable img {
    max-width: 30% !important;
    height: auto !important;
}