.dropzone {
    min-height: 144px;
    border: 2px dashed rgba(0,0,0,0.3);
    background: white;
    padding: 20px 20px;
    margin-bottom: 10px;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 20px 0 0 0;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 30px;
    font-size: 16px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-progress {
    margin-top: 1px;
}
