#pd-gallery .gallery-menu {
  border-right: 1px solid #eee;
}
#pd-gallery .gallery-menu .gallery-menu-filter-list {
  margin-bottom: 25px;
  padding-bottom: 10px;
  max-height: 70vh;
  overflow-y: auto;
}
#pd-gallery .gallery-menu .gallery-menu-filter-list .gallery-menu-filter-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pd-gallery .gallery-menu .gallery-menu-filter-list .gallery-menu-filter-items {
  position: relative;
  overflow: hidden;
}
#pd-gallery .gallery-menu a {
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.6s all ease;
  display: block;
  margin-bottom: 6px;
  font-weight: normal;
}
#pd-gallery .gallery-menu a.active {
  font-weight: 700;
}
#pd-gallery .gallery-menu a:hover {
  text-decoration: none;
}
#pd-gallery .gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-height: 70vh;
  overflow-y: auto;
}
#pd-gallery .gallery-images .gallery-image-tile {
  width: calc(100% / 4 - 15px);
  margin: 0 7.5px 15px 7.5px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: calc(100% / 4 - 15px);
  box-shadow: 3px 3px 6px #ccc;
  transition: 0.6s all ease;
}
@media (max-width: 991px) {
  #pd-gallery .gallery-images .gallery-image-tile {
    width: calc(100% / 3 - 15px);
    padding-bottom: calc(100% / 3 - 15px);
  }
}
@media (max-width: 575px) {
  #pd-gallery .gallery-images .gallery-image-tile {
    width: calc(100% / 2 - 15px);
    padding-bottom: calc(100% / 2 - 15px);
  }
}
#pd-gallery .gallery-images .gallery-image-tile .gallery-image-tile-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.6s all ease;
}
#pd-gallery .gallery-images .gallery-image-tile:hover .gallery-image-tile-inner {
  opacity: 0.8;
}

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