#image-page-editor {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#image-page-editor #titles {
    flex: 0 1 auto;
}

#image-page-editor .titles input {
    text-align: center;
    width: 100%;
}

#image-page-editor #title-text {
    font-size: 50px;
}

#image-page-editor #subtitle-text {
    font-size: 30px;
}

#image-page-editor #image-caption-text {
    font-size: 30px;
    font-style: italic;
    margin: 15px 0;
}

#image-uploader-container {
    flex: 1;
}

#image-container {
    flex-grow: 1;
    margin-bottom: 15px;

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#image-drop-target {
    border: 3px dashed #ddd;
    color: #aaa;
    display: block;
    font-size: 24px;
    padding-top: 100px;
    text-align: center;
    width: 100%;
    height: 100%;
}

#remove-illustration,
#category-change-warning {
    display: none;
}

.dz-drag-hover {
    background-color: #eeeeff;
}

#image-drop-target.dz-started {
    display: none;
}

#not-logged-in-image-page {
    display: none;
}

#uploading-image-indicator {
    color: #aaa;
    display: none;
    font-size: 40px;
    margin: 40px 0;
    text-align: center;
}

.dz-success-mark,
.dz-error-mark {
    display: none;
}

.dz-error-message {
    color: #600;
}