.zoomimage {
    width:100%;
    cursor: zoom-in;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(100, 100, 100, 0.95);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 0 0 0 0;
    width: 90%;
    max-width: 550px;
    padding: 10px 10px 10px 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-img {
    cursor: zoom-out;
}

.slide {
    display: none;
    text-align: center;
}

.image-slide {
    width: 100%;
    max-width: 900px;
    /* cursor: zoom-out; */
}


.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 40px;
}

.close:hover,
.close:focus {
    font-weight: bold;
    font-size: 40px;
    cursor: pointer;
}

.previous,
.next {
    position: absolute;
    cursor: pointer;
    top: 60%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.next {
    right: 2%;
    border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.imgCaptionDiv {
    position:absolute; /* or fixed */
    width:100%;
    text-align:center; 
    display: table;
    bottom: 2%;
    margin-bottom: 10px;
}

.imgCaption {
    text-align:center;
    display: table-cell;    
    font-style: italic;
    color:white;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}
