.vehicle-photo {
  width: 100%;
  height: 210px;
  min-width: 0;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
}

.vehicle-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
}

.premium-vehicle-card > .vehicle-main,
.premium-vehicle-card > .premium-price-box {
  min-width: 0;
}

.vehicle-photo.has-image {
  background: #edf1f5 !important;
}

.vehicle-photo.has-image::before,
.vehicle-photo.has-image::after {
  display: none !important;
}

.vehicle-photo.has-image .vehicle-photo-label {
  z-index: 1;
}

@media (max-width: 720px) {
  .vehicle-photo {
    height: 190px;
  }

  .vehicle-photo > img {
    min-height: 0;
  }
}
