#dropzone {
    width: 500px;
    min-height: 180px;
    border: 2px #ababab dashed;
    margin: 50px auto;
    border-radius: 20px;
}

#dropzone p {
    text-align: center;
    line-height: 40px;
    margin: 0;
    padding: 50px;
}

#image {
    text-align: center;
    max-width: 100% !important;
    max-height: 400px !important;
}

#image > img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 400px !important;
}

#data {
    text-align: center;
}

.dropping,
.dropped,
.dragover .normal,
.processing .normal {
    display: none;
}

#dropzone .dropping {
    line-height: 80px;
    font-size: 40px;
}

.dragover .dropping,
.processing .dropped {
    display: block;
}
