body {
    background: #111;
    border: 0;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

.no-horizontal .crop-horizontal { display: none; }
.no-vertical .crop-vertical { display: none; }

#controls {
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 999999999;
}

.base-image {
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.base-image-landscape {
    background-image: url('254200800001.jpg');
}

.base-image-portrait {
    background-image: url('IMG_1110.jpg');
}

.input-info {
    bottom: 0;
    position: absolute;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 50;
}

.input-ratio {
    background: #ffffffaa;
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 0px #111;
    color: #111;
    /* cursor: pointer; */
    display: inline-block;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px 12px;
    user-select: none;
    /* text-shadow: 1px 1px 0px #111; */
}

.input-sources {
    background: #111;
    border-radius: 5px;
    bottom: 50px;
    color: white;
    display: none;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 7px 11px;
    position: absolute;
    transform: translateX(-50%)
}
.input-info:hover .input-sources { display: block; }

.input-sources li {
    border: 0;
    font-size: 12px;
    margin: 0;
    min-width: 100px;
    padding: 2px 0;
}

.output-images {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 20;
}

.output-image {
    border: 0px dotted white;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}
.output-image:hover { border-color: red; }
.selected .output-image { border: none; }

.output-label {
    background: white;
    box-shadow: 1px 1px 2px #11111133;
    color: #111;
    /* display: inline-block; */
    display: none;
    font-size: 16px;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    position: relative;
    user-select: none;
    z-index: 99999;
}
.output-image:hover .output-label { display: inline-block; }

#first-blind,
#second-blind {
    background: #111111ee;
    display: none;
    position: absolute;
    z-index: 9999999;
}
