user-photo {
    display: inline-block
}

.modalUserPhoto {
    position: fixed;
    display: none;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.modal-contentUserPhoto {
    background-color: #e9e9ed;
    margin: auto;
    border: 1px solid #888;
    width: 25%;
    border-bottom-right-radius: 10%;
    border: 2px solid #004c6c
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}