.gallery-caption {
    text-align: center;
}
.carousel-item img{
    cursor: pointer;

}

.gallery,
.modal-gallery {
    margin-bottom: 2rem;
}
.gallery {
    margin-bottom: 9rem;
}

.gallery .carousel-indicators,
.modal-gallery .carousel-indicators {
    margin-bottom: 0;
    bottom: -7.5rem;
}
.carousel-indicators .carousel-thumbnail {
    height: 100px;
    width: auto;
    cursor: pointer;
    margin: 5px;
}
.carousel-indicators > .active {
    border-bottom: gray solid 2px;
}

.full-res-image-wrapper{
  margin-top: 3rem;
}