.file-drop{overflow:hidden;cursor:pointer;border-radius:4px;width:300px;height:150px;min-height:150px;position:relative;display:flex;justify-content:center;align-items:center}.file-drop b{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.file-drop.active{border:1.5px solid #009fe9}.file-drop .drop-image{width:100%;height:100%;border-radius:4px;position:relative}.file-drop .drop-image img{width:100%;height:100%;border-radius:4px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.file-drop .drop-image p{color:#292929;margin:0;position:absolute;top:5%;left:89%;text-shadow:3px 3px 8px #999999}
