/* LUXONOMY: uniform news-card images, centered crop (both languages). */
.post.style6 > .post-gallery > a {
  display: block;
  aspect-ratio: 37 / 23;
  overflow: hidden;
}
.post.style6 > .post-gallery > a > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}