/* FAMON men - blog: nahladove obrazky v prehlade blogu sa vzdy zobrazia cele, bez orezania,
   v povodnom (pravouhlom) pomere strán akonahravaju - platí pre mobil, tablet aj desktop */
.news-wrapper .news-item .image {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
.news-wrapper .news-item .image img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  max-width: 100% !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}
