.imgdropcontainer,.imgdropcontainer .overlay,.imgdroploading,.imgdropwrapper{width:100%;height:100%;display:block;position:relative}.imgdropcontainer{background:#fff;cursor:pointer}.imgdropcontainer .imgdroploading,.imgdropcontainer .overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.4);z-index:1;display:none;opacity:0;transition:.6s ease-in-out}.imgdropcontainer .imgdroploading .overlaytext,.imgdropcontainer .overlay .overlaytext{display:flex;width:100%;height:100%;justify-content:center;align-items:center;font-size:1.4rem;color:#fff;font-weight:700}.imgdropcontainer img.sourceimg{width:100%;height:100%}.imgdropcontainer.focus,.imgdropcontainer:hover{filter:brightness(90%)}.imgdropcontainer.focus .imgdroploading,.imgdropcontainer.focus .overlay,.imgdropcontainer:hover .imgdroploading,.imgdropcontainer:hover .overlay{display:block;opacity:1}.imgdropcontainer.draging .imgdroploading,.imgdropcontainer.draging .overlay{background:rgba(2,167,213,.4);display:block;opacity:1}