.dz-clickable{
    width: 100px;
    height: 100px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    color: #ccc;
    background: url('camera.png') no-repeat center;
    background-size: 35px 30px
}

.dz-preview{
    width: 100%;
    height: 100%;
    position: relative;
}

.dz-preview .dz-image{
    width: 100%;
    height: 100%;
}

.dz-preview .dz-image img{
    width: 100%;
    height: 100%;
}

.dz-preview .dz-details,
.dz-preview .dz-progress,
.dz-preview .dz-error-message{
    display: none;
}

.dz-preview .dz-error-mark,
.dz-preview .dz-success-mark{
    position: absolute;
    top: 22px;
    left: 22px;
    display: none;
}

.dz-remove{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    background: rgba(0,0,0, 0.2);
    font-size: 30px;
    text-align: right;
    line-height: 18px;
}

.dz-remove:before{
    content: "×";
}