.gallery-container {
  width: 80vw;
  max-width: 112rem;
  margin: 0 auto;
  padding-top: 11.6rem;
  padding-bottom: 10.8rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery-container {
    width: 90%;
    padding-top: 4rem;
  }
}

.gallery-to-top-link {
  position: absolute;
  top: 7.6rem;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .gallery-to-top-link {
    top: 1.6rem;
    font-size: 1.4rem;
    gap: 0.6rem;
  }
}
.gallery-to-top-link__icon {
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .gallery-to-top-link__icon {
    width: 1.2rem;
  }
}

.gallery-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 767px) {
  .gallery-title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  max-width: 92rem;
}
@media (max-width: 1200px) {
  .gallery-list {
    max-width: 61rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery-list {
    flex-direction: column;
    max-width: 100%;
  }
}

.gallery-list > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30rem;
  max-width: 100%;
}

.gallery-photo img {
  width: 300px;
  height: auto;
  width: 100%;
  height: auto;
  display: block;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1;
}

/*# sourceMappingURL=common-gallery.css.map */
