/* Fix for images resized in ckEditor */
img[style*="aspect-ratio"] {
    max-width: 100% !important;
    height: auto !important;
}