
    /* Force aspect ratio to prevent CMS editor from stretching images */
    .marbero-layout img {
        height: auto !important;
    }
    /* Force review/banner image to expand fully for text clarity */
    .marbero-full-width-img {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 auto !important;
    }
