/* FOCUS 10 — tri u nizu, jednake visine, samo na naslovnoj */
.home .dfd-posts-module.posts-tiled.isotope-columns-3 {
  height: auto !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
}
.home .dfd-posts-module.posts-tiled.isotope-columns-3 > article {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
}
.home .dfd-posts-module.posts-tiled.isotope-columns-3 > article > .cover {
  height: 100% !important;
}
@media (min-width: 768px) {
  .home .dfd-posts-module.posts-tiled.isotope-columns-3 > article { width: 50% !important; }
}
@media (min-width: 1200px) {
  .home .dfd-posts-module.posts-tiled.isotope-columns-3 > article { width: 33.333% !important; }
}