/* Original customer photos, shared by native product reviews and the wall. */
.sixm-review-photo {
	display: block;
	max-width: 100%;
	margin: 0 0 16px;
}
.sixm-review-photo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 28rem;
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
}
.sixm-review-photo:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
