.ccm-responsive-image-block {
    width: 100%;
    display: block;
}

.ccm-responsive-image-block picture {
    display: block;
    width: 100%;
}

.ccm-responsive-image-block img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* Ensure proper responsive behavior */
@media (max-width: 767px) {
    .ccm-responsive-image-block {
        width: 100%;
    }
}