.gallery {
  background-color: #fff;
}
.gallery .text-center {
  margin-bottom: 2.5rem;
}
.gallery .nase-prace--teaser .field--type-image {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery .nase-prace--teaser .field--type-image .field__item {
  height: 100%;
  max-width: calc(25% - 1.125rem);
}
@media (max-width: 991.98px) {
  .gallery .nase-prace--teaser .field--type-image .field__item {
    max-width: calc(50% - 0.75rem);
  }
}
.gallery .nase-prace--teaser .field--type-image .field__item img {
  transition: all 0.3s ease;
  border-radius: 15px;
}
.gallery .nase-prace--teaser .field--type-image .field__item img:hover {
  box-shadow: 0px 0px 10px grey;
}

.pswp__caption__center {
  text-align: center;
}

#Gallery {
  scroll-margin-top: 10rem;
}
@media (max-width: 991.98px) {
  #Gallery {
    scroll-margin-top: 15rem;
  }
}
