#photo-preview {
    touch-action: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    z-index: 100;
}


.photo-preview-hidden {
    display: none;
}

#photo-preview-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 50%;
}

#photo-preview-click-check {
    background: #FFF;
}

.photo-preview-current {
    opacity: 0.6;
}

#photo-preview-photo {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transform-origin: 0 0;
}

#photo-preview-scope {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    bottom: 0vw;
    left: 0;
}

#photo-preview-sizeup {
    max-width: 60px;
    max-height: 60px;
    width: 10vw;
    height: 10vw;
    margin: 2px;
}
#photo-preview-sizedown {
    max-width: 60px;
    max-height: 60px;
    width: 10vw;
    height: 10vw;
    margin: 2px;
}

#photo-preview-close {
    position: absolute;
    top: 0px;
    height: 0px;
    max-width: 70px;
    max-height: 70px;
    width: 10vw;
    height: 10vw;
    margin: 2px;
}