/* Responsive presentation of the owner's real company photographs. */
.mrt-custom-review-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: 24px; scroll-margin-top: 24px; }
.mrt-custom-review-photo { min-width: 0; margin: 0; }
/* Show the monitor-only region (x:40, y:30, w:825, h:600) of the 1080px square photo. */
.mrt-custom-review-screen { position: relative; width: 100%; aspect-ratio: 11 / 8; overflow: hidden; }
.mrt-custom-review-screen > .mrt-real-photo { position: absolute; display: block; width: 130.9091%; max-width: none; height: auto; left: -4.8485%; top: -5%; filter: none; }
.mrt-custom-review-photo figcaption { margin-top: 10px; color: #15534e; font-size: 14px; line-height: 1.5; }
.mrt-custom-review-layout > p { margin: 0; font-size: 16px; line-height: 1.75; }
@media (max-width: 900px) {
  .mrt-custom-review-layout { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}
.mrt-manufacturing-hero > .mrt-real-photo { object-position: center 52%; }
.mrt-manufacturing-card-wide figure:has(.mrt-real-photo) { aspect-ratio: 1; min-height: 0; }
.mrt-manufacturing-card-wide figure > .mrt-real-photo { object-fit: contain; background: #edf2f1; }
.mrt-manufacturing-card figure > .mrt-real-photo { transition: none; }
.mrt-manufacturing-card:hover figure > .mrt-real-photo { transform: none; }
@media (max-width: 700px) {
  .mrt-manufacturing-hero > .mrt-real-photo { aspect-ratio: 4 / 3; height: auto; }
  .mrt-manufacturing-card-wide figure:has(.mrt-real-photo) { aspect-ratio: 1; }
}
