.caravan-photo {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #dfe7e2;
  box-shadow: 0 8px 24px rgba(25, 54, 44, 0.10);
}

.caravan-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.caravan-photo:hover img {
  transform: scale(1.018);
}

.caravan-photo--main {
  aspect-ratio: 1600 / 716;
}

.caravan-listing:nth-of-type(3) .caravan-photo--main {
  aspect-ratio: 1600 / 670;
}

.photo-strip .caravan-photo {
  min-height: 0;
  aspect-ratio: 700 / 369;
}

@media (max-width: 620px) {
  .photo-strip {
    grid-template-columns: 1fr;
  }
}
