#customdropzone{background-color:#eee;font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;transition:background-color .2s linear;height:200px;padding:40px}#customdropzone .dz-preview{display:inline-block;text-align:center}#customdropzone .dz-preview .dz-image{width:80px;height:80px;margin:0 auto}#customdropzone .dz-preview .dz-image>div{width:inherit;height:inherit;border-radius:50%;background-size:contain}#customdropzone .dz-preview .dz-image>img{width:100%}#customdropzone .dz-error-message{color:#ff4500}#customdropzone .dz-preview .dz-details{color:#333;transition:opacity .2s linear;text-align:center}#customdropzone .dz-success-mark,.dz-error-mark,.dz-remove{display:none}