.club-page-gallery {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-auto-rows: 118px;
  gap: 10px !important;
  align-items: stretch !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
  scrollbar-width: none !important;
}

.club-page-gallery::-webkit-scrollbar {
  display: none !important;
}

.club-page-gallery button,
.club-page-gallery button:first-child {
  flex: initial !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  grid-row: auto !important;
  scroll-snap-align: none !important;
}

.club-page-gallery img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 980px) {
  .club-page-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .club-page-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 108px;
  }
}
