/* fix images on safari in integration page */
.xc_bundle-recommendation__image-wrapper img {
    max-height: unset !important;
}


/* allow images in explanations to be bigger than their container*/
.xc_explanation__text img {
    max-width: unset !important;
}