.thumbnail__max {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5) inset;
}
.thumbnail__max-content {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    background: #fff;
    width: 500px;
}
.thumbnail__max.show {
    display: block;
}
.thumbnail__max-close {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.thumbnail__max-item {
    max-width: 100%;
    margin: auto;
    display: block;
}
.thumbnail__min {
    margin: 10px 30px 15px 0;
    display: flex;
}
.thumbnail__min-item {
    display: block;
    cursor: zoom-in;
    max-width: 100%;
}