.carousel-indicators{
  position: inherit;
  bottom:0px;
  left:0;
  height:auto;
  width: 100%;
  margin: 0;
  overflow-x: scroll;
  display: -webkit-box;
}
.carousel-indicators li{
  text-indent:0;
  display:inherit;
  width: 13%;
  min-width: 100px;
  height: auto;
  margin:5px 0px;
  background-color: rgba(0, 136, 255, 0);
}

.carousel-indicators li img{
  padding: 0 .25rem;
}