.wdk-field-images .wdk-listing-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 350px;
  max-width: 100%;
}

.wdk-field-images .wdk-listing-image.auto_height {
  object-fit: initial !important;
  height: auto !important;
}
