
.side-carousel .carousel-indicators {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    left: 1;
    z-index: 0;
    justify-content: none;
    padding-left: 0;
    margin: 0;
    list-style: none;
    max-height: 645px;
    overflow: auto;
}

.side-carousel .carousel-indicators li:first-child {
    margin-top: 0px;
}
               
.side-carousel .carousel-indicators li:last-child {
    margin-bottom: 0px;
}

.side-carousel .carousel-indicators li {
    position: inherit;
    width: auto;
    height: auto;
    text-indent: none;
    cursor: pointer;
    margin: .5rem 0;
}
/*
.side-carousel .carousel-indicators li.active {
    border: 1px solid;    
}
*/
.side-carousel .carousel-indicators li img {
    display: block;
    height: 105px;
    width: 100%;
}