.hidden {
    display: none;
}

.gallery {
    display: inline-block;
}

#overlay {
    background: rgba(0,0,0,0.9);
    bottom: 0;
    position: fixed;
    top: 1.2cm;
    width: 100%;
}

#modal-content {
    bottom: 0;
    max-width: 100%;
    overflow-y: auto;
    position: absolute;
    top: 1em;
}

#modal-content > div {
    max-width: inherit;
    max-height: inherit;
}

.thumb {
    max-width: 16em;
    max-height: 12em;
}

.gallery > figure {
    display: inline-block;
    padding: 1em;
    margin: 0.5em;
    border: 0.1em solid #272727;
}

.gallery > figure > figcaption {
    padding-top: 0.5em;
}

.settings > div > div {
    margin-left: 1em;
}

input:disabled ~ code {
    color: #363636;
}