.image-grid figure {
    margin-bottom: 0;
}

.image-grid img {
    /*box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);*/
    /*transition: box-shadow 0.2s;*/
}

.image-grid a:hover img {
    /*box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);*/
    cursor: zoom-in;
}

/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
    background: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
}

.lightbox-modal img {
    /*width: auto !important;*/
    /*height: 100vh;*/
    /*max-width: 100%;*/
    max-height: 100vh;
    max-width: 100vw;
    cursor: zoom-out;
}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-item{
    transition: unset !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 10px;
}

.lightbox-modal .carousel-control-next {
    right: 10px;
}


/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
    position: fixed;
    right: 0;
    bottom: 60px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: 5px;
    background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
    display: flex;
    margin-left: 9px;
}
.carousel-indicators{
    list-style: none;
}
.carousel-indicators li, .carousel-indicators li.active{
    width: 70px !important;
    height: 70px !important;
    background-color: transparent !important;
    position: relative !important;
    margin: 10px !important;
}

@media only screen and (max-width: 900px) {
    .carousel-indicators li, .carousel-indicators li.active {
        width: 50px !important;
        height: 50px !important;
    }
}

@media only screen and (max-width: 666px) {
    .carousel-indicators li, .carousel-indicators li.active {
        width: 30px !important;
        height: 30px !important;
    }
}

.carousel-indicators div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px !important;
}
.carousel-indicators li:hover{
    opacity: 1 !important;
}
