#module-regallery-galleries #wrapper {
  padding-bottom: 24px;
}

.gallery {
  margin-top: 32px;
}

.album {
  position: relative;
  margin-bottom: 24px;
}
.album a {
  display: flex;
    height: 400px;
  flex-direction: column;
    justify-content: start;
    align-items: start;
  width: 100%;
  position: relative;
}
.album img {
    height: 400px;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  border-radius: 4px;
}
.album h2 {
    position: absolute;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 15px;
    z-index: 2;
    bottom: 0;
    margin-bottom: 8px;
    padding-bottom: 3px;
}
@media (max-width: 768px) {
  .album h2 {
    font-size: 16px;
  }
}

.fancybox__caption {
  text-align: center;
}
.fancybox__caption h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

/*# sourceMappingURL=front.css.map */
