/* ===== FIX CKEDITOR 5 RESPONSIVE IMAGES ===== */

figure.image,
figure.image.image_resized {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

figure.image img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

figure.image.image_resized img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}