#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:#00BCD4;
	padding: 6px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
    font-size: 14px;
    margin-top: 7px;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

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

/*harry add*/
.uploader-list{height: calc(100% - 38px);}
.uploader-list>div{height:100%;display: flex; justify-content: center; align-items: center;}
#uploader-demo{
	/*border: 1px dashed #d9d9d9;*/
	border-radius: 2px;
	padding: 10px;
	width: calc(100% - 22px);
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
#uploader-demo:hover{border-color: #40a9ff}
#WU_FILE_0 img{
    width: 100%;
    height: inherit;

}
