/* Thumbnails in the "Further information" cards on the landing pages.
   Locks every card to the same height */
.eqht-trgt > img.img-responsive {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
