.modal-photo {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 900;
    flex-direction: column;
    justify-content: space-evenly;
    transition: all 0.7s;
}

.modal-close-div {
    color: white;
    text-align: right;
    padding: 20px;
}
.modal-image-div > img {
    max-width: 100%;
    max-height: 100%;
}
.modal-close-div {
    color: white;
    text-align: right;
    padding: 20px;
    flex: 1 1 0;
}
.modal-close-div > *:hover {
    cursor: pointer;
    color: rgb(214, 214, 214);
}
.modal-image-div{
    flex: 10 0.2 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.modal-action-div{
    flex: 1 3 0;
    display: flex;
    gap: 2%;
    padding: 1% 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-action-div > * {
    max-width: 300px;
}