/* =============================================
   NOVINKY – fixní výška obrázků 200px
   ============================================= */
.news-item a:first-child img {
  width: 100% !important;
  height: 200px !important;
  object-fit: contain !important;
}
