/* Case-study screenshot correction, 2026-09-24. */
.travel-browser img,
.travel-showcase-window img,
.travel-client-logo,
.travel-phone,
.travel-tablet,
.lhcr-browser-frame img,
.lhcr-wide-browser img,
.lhcr-phone-frame img,
.lhcr-admin-shot img,
.lhcr-detail-frame img {
  height: auto;
}

/* The hotel captures are full-page screenshots. Show a readable viewport preview. */
.lhcr-browser-frame img { height: 460px; object-fit: cover; object-position: top; }
.lhcr-phone-frame img { height: 355px; object-fit: cover; object-position: top; }
.lhcr-wide-browser img { height: min(62vw, 680px); object-fit: cover; object-position: top; }
.lhcr-admin-shot img { height: 430px; object-fit: cover; object-position: top; }
.lhcr-admin-shot.featured img { height: 800px; }
.lhcr-detail-frame img { height: 520px; object-fit: cover; object-position: top; }

@media (max-width: 720px) {
  .lhcr-browser-frame img { height: 275px; }
  .lhcr-phone-frame img { height: 230px; }
  .lhcr-wide-browser img { height: 310px; }
  .lhcr-admin-shot img,
  .lhcr-admin-shot.featured img { height: 320px; }
  .lhcr-detail-frame img { height: 340px; }
}
