.gallery-slider-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 950px) {
  .gallery-slider-counter {
    font-size: 20px;
  }
}


@media screen and (max-width: 750px) {
  .gallery-slider-counter {
    bottom: 0;
  }
}