.wl-detail-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  background: #111;
  scrollbar-width: none;
}

.wl-detail-gallery::-webkit-scrollbar {
  display: none;
}

.wl-detail-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-height: 260px;
  margin: 0;
  display: grid;
  place-items: center;
  scroll-snap-align: start;
}

.wl-detail-slide img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  margin: auto;
}

.wl-image-counter {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
