.dropzone {
    text-align: center;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
}
.dropzone .dz-preview {
    width: 98%;
    height: auto;
}
.dropzone .dz-preview .dz-image {
    display: none;
}
.dropzone .dz-preview .dz-details {
    padding: 0;
    position: relative;
    line-height: normal;
    width: auto;
    margin-top: 5px;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: none;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    background: rgba(0, 0, 0, 0.3);
}
.dropzone .dz-preview .dz-progress {
    position: relative;
    top: -50%;
    margin-top: 0;
    /*margin-bottom: 10px;*/
    width: 50%;
    height: 5px;
    left: 26.5%;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #006699;
}
.dropzone .dz-message {
    margin: 4em 0;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: none;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 5px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    margin-bottom: 20px;
}
.dropzone .dz-preview .dz-remove {
    margin-top: 30px;
}
.dropzone .progress-text {
    position: absolute;
    font-weight: bold;
    left: 0;
    top: calc(50% + 10px);
    width: 100%;
    opacity: 0;
}