img.cpc-ccb--item-img.image-illustration.imageDimensionsOverride {
    height: auto !important;
    width: auto !important;
    max-width: 58rem !important;
}

@media only screen and (max-width: 40em) {

    img.cpc-ccb--item-img.image-illustration.imageDimensionsOverride {
        height: auto !important;
        width: auto !important;
        max-width: 100% !important;
    }

}

img.cpc-ccb--item-img.image-illustration.illustrationDimensionsOverride {
    height: 100% !important;
    width: auto !important;
    max-width: 21rem !important;
  	display: block;
  	margin: 0 auto;
}