section.galleries {
  padding: 20px 80px;
  min-height: 94vh;
}
section.galleries h1 {
  color: #D5A173;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 10px;
}
section.galleries .content {
  width: 940px;
  margin: 35px auto 40px auto;
}
section.galleries .content .swiper-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.galleries .content .swiper-container .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.galleries .content .swiper-container .swiper-wrapper a {
  border: 1px solid #000000;
  padding: 4px 10px;
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 10px 10px 0;
}
section.galleries .content .images_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
section.galleries .content .images_grid .basic {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
}
section.galleries .content .images_grid .basic img {
  width: 100%;
  max-height: 220px;
}
section.galleries .content .images_grid .basic span {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 20px;
  width: auto;
  background-color: #ffffff;
  padding: 3px 10px;
  color: #000000;
  font-size: 11px;
  letter-spacing: 1.2px;
  line-height: 17px;
  transform: translateX(-100%);
}
section.galleries .content .images_grid .basic:hover span {
  transform: translateX(0);
}
section.galleries .content .images_grid .basic:nth-child(6) {
  grid-column: 2/4;
  grid-row: 2/3;
}
section.galleries .content .images_grid .basic:nth-child(7) {
  grid-column: 4/5;
  grid-row: 2/4;
  max-height: 460px;
}
section.galleries .content .images_grid .basic:nth-child(8) {
  grid-column: 1/3;
  grid-row: 3/5;
  max-height: 460px;
}
section.galleries .content .images_grid .basic:nth-child(14) {
  grid-column: 3/5;
  grid-row: 5/6;
}
section.galleries .content .images_grid .basic:nth-child(17) {
  grid-column: 2/3;
  grid-row: 6/8;
  max-height: 460px;
}
section.galleries .content .images_grid .basic:nth-child(18) {
  grid-column: 3/5;
  grid-row: 6/8;
  max-height: 460px;
}
section.galleries .content .images_grid .basic:nth-child(19) {
  grid-column: 1/3;
  grid-row: 8/9;
}
section.galleries .content .images_grid .basic:nth-child(22) {
  grid-column: 1/3;
  grid-row: 9/11;
  max-height: 460px;
}
section.galleries .content .images_grid .basic:nth-child(23) {
  grid-column: 3/4;
  grid-row: 9/11;
  max-height: 460px;
}/*# sourceMappingURL=galleries.css.map */