.dropzone-previews {
    max-height: 500px;
    overflow: scroll;
    }

.uploaded-image {
    border-bottom: 1px solid #eee;
    }

.dz-progress {
        display: block;
        height: 5px;
        }

.dz-upload {
            display: block;
            height: 100%;
            background: #b7e2b7;
            width: 0;
        }

.dz-error-message {
        color: red;
    }

.dz-complete .dz-progress {
        display: none;
    }
