/* Preserve informational artwork without cropping embedded text. */
.promise{align-items:center}
.promise-photo{width:100%;overflow:visible;background:#f7f1eb;border-radius:10px}
.promise-photo img{display:block;width:100%;height:auto!important;min-height:0!important;max-height:none;object-fit:contain!important;object-position:center;border-radius:10px}

@media(max-width:680px){
  .promise-photo img{height:auto!important;min-height:0!important;object-fit:contain!important}
}
