.review-customer-photo{display:block;margin:-24px -24px 22px;overflow:hidden;border-radius:12px 12px 0 0;background:#242424}
.review-customer-photo img{display:block;width:100%;height:230px;object-fit:cover;object-position:center;transition:transform .25s ease}
.review-customer-photo:hover img{transform:scale(1.025)}
.review-customer-photo:focus-visible{outline:3px solid #a66b24;outline-offset:-3px}
@media(max-width:680px){.review-customer-photo{margin:-22px -22px 20px}.review-customer-photo img{height:240px}}
@media(prefers-reduced-motion:reduce){.review-customer-photo img{transition:none}}
