.image-carousel .keen-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.image-carousel .keen-dots-dot.active {
  transform: none;
}

.image-carousel .keen-dots-dot {
  padding: 3px;
}

.image-carousel .keen-dots-dot:before {
  width: 6px;
  height: 6px;
}