/* Phoca Gallery: Kategorie-Kacheln auf feste Größe zwingen */
.pg-categories-view img,
.phocagallery-categories-view img,
.pg-category-box img,
.pg-categories-box img {
  width: 260px !important;     /* gewünschte Kachelbreite */
  height: 180px !important;    /* gewünschte Kachelhöhe */
  object-fit: cover !important; /* füllt Kachel, schneidet ggf. */
  display: block !important;
}