
.khg-image-block .width-full img {
  object-fit: cover;
  max-height: 30rem;
}

.khg-image-block .image-caption {
  margin: 10px 0;
}

@media all and (max-width: 1023px) {
  .khg-image-block .width-full img {
    height: 42vw;
  }
}
