.dropzone {
    min-width:0;
    min-height:0;
    width:120%;
    height:120%;
    border:none;
    background: transparent;
    position: absolute;
    top:-10%;
    left:-10%;
}