.modal {
    background-color: rgba(0,0,0,0.4); /* Transparent dimmed overlay */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 10001 !important;
}

.modal.hidden {
    display: none;
}

.modal .container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

.modal .body {
    box-shadow: 5px 10px #888888;
    display: block;
    background-color: white;
    padding: 10px;
    width: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.close-modal{
    position: relative;
    top: 0;
    width: 30px;
    height: 30px;
    /*background: #23588d;*/
    background: #626065;
    color: #fff;
    cursor: pointer;
    border: 0;
    float: right;
    z-index: 9988 !important;
    border-radius: 50%;
    box-shadow: 0px 0px #888888;
    text-align: center;
    padding-top: 0px;
    align-content: center;
}
.zoom-link{
    cursor: zoom-in;
}
.img-modal {
    top:1%;
}