#filePicker div:nth-child(2){width:100%!important;height:100%!important;}
.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
    font-size: 14px;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

/*harry add*/
#uploader-demo{
    border: 1px dashed #d9d9d9;
    border-radius: 2px;
    padding: 10px;
    width: 80%;
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#uploader-demo:hover{border-color: #40a9ff}
#WU_FILE_0 img{
    width: 110px;
    height: 110px;

}
