#post-gallery-modal {
    display: none;
    align-items: center;
    justify-content: center;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

#post-gallery-modal-image {
    max-width: 90vw;
    max-height: 90vh;
}

.post-gallery-images:hover {
    cursor: pointer;
}

#post-gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}