#banner-top .bx-wrapper .bx-pager {
  bottom: inherit;
  top: 0;
  padding: 0;
  text-align: left;
}
#banner-top .bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  height: 17px;
  border-radius: inherit;
  background: no-repeat center;
  background-image: url("../img/hex-small.svg");
}
#banner-top .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-image: url("../img/hex-small-active.svg");
}



/*#banner-top .bx-wrapper .bx-pager {
  width: auto;
  bottom: calc(50% - 2rem);
  padding: 0;
  margin: 0;
  right: 1rem;
}*/
/*
#banner-top .bx-wrapper .bx-pager .bx-pager-item {
  display: block;
  margin: 0.5rem;
}

#banner-top .bx-wrapper .bx-pager .bx-pager-item a {
  width: 2rem;
  height: 2rem;
  text-indent: inherit;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background: none;
  font-size: 12px;
  text-align: center;
  line-height: 2rem;
  font-weight: 200;
}
#banner-top .bx-wrapper .bx-pager .bx-pager-item a.active,
#banner-top .bx-wrapper .bx-pager .bx-pager-item a:hover {
  background-color: white;
  color: #484848;
}*/
