.modal {
    display: none;
    position: fixed;
    padding: 10px;
    left: 0;
    top: 0;
    max-width: 1080px;
    max-height: 1920px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 6;
    background-color: rgba(0,0,0,0.3);
}

#content-modal{
    margin: auto;
}

/* Modal Content (Image) */
.content-img{
    margin-top: 100px;
    height: 94%;
    width: 100%;
}
.content-img p{
    line-height: 1780px;
    height: 1780px !important;
    text-align: center;
}

.zoomHolder img{
    display: inline-block;
    position: relative !important;
    vertical-align: middle;
    margin: auto;
    max-width: 100%;
    border-radius: inherit;
    border: none;
    background-color: transparent;
}

/* The Close Button */
.close {
    /*position: absolute;*/
    top: 0;
    right: 25px;
    font-size: 6rem;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
    z-index: 7;
    color: #000000;
    text-shadow: inherit;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}