.unslider-nav {
  position: absolute;
  bottom: 0.15rem;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -999em;
  // border: 10px solid;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  box-shadow: 0 0 0 2px #00713b;
  background: #fff;
  cursor: default;
}