.dropzone {
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    min-height: auto;
}

.dropzone .dz-message,
.dropzone .dz-preview {
    width: 100%;
    margin: 0px;
    min-height: auto;
}

.dropzone .dz-preview .dz-remove {
    margin: 0 auto;
    width: 50px;
}

.dropzone .dz-preview .dz-image {
    width: 100%;
}

.dropzone .dz-preview .dz-details {
    padding: 5px;
    line-height: 1em;
}

.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    height: 55px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 5px;
}

.dropzone .dz-preview .dz-error-message {
    top: 70px;
}

.dropzone .dz-preview .dz-error-message::after {
    left: 50%;
}
.dropzone .dz-preview .dz-image img {
    width: 100%;
}