.gallery-list-page div#gallery {
  overflow: unset;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

div#gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  grid-auto-rows: minmax(100px, auto);
  overflow-x: scroll;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  div#gallery {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
div#gallery img {
  max-width: unset;
  border-radius: 24px;
}
div#gallery::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #0A118E;
}
div#gallery::-webkit-scrollbar-thumb {
  background-color: #FFF !important;
  border-radius: 10px;
}

.img-style--image-gallery {
  width: 313px;
  height: 297px;
  object-fit: cover;
  border-radius: 0.5rem;
}

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