.block-fotogalerie .swiper-slide {
  height: 350px;
}

.block-fotogalerie .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .block-fotogalerie .swiper-slide {
  height: 400px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .block-fotogalerie .swiper-slide {
  height: 450px;
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
