#drop-region {
	background-color: #fff;
	border-radius:10px;
	box-shadow:0 0 35px rgba(0,0,0,0.05);
	width:340px;
	padding:20px 10px;
	text-align: center;
	cursor:pointer;
	transition:.3s;
	color: #000;
}
#drop-region:hover {
	box-shadow:0 0 45px rgba(0,0,0,0.1);
}

#image-preview {
	margin-top:20px;
}
#image-preview .image-view {
    display: inline-block;
	position:relative;
	margin-right: 0px;
	margin-bottom: 0px;
}
#image-preview .image-view img {
    max-width: 120px;
    max-height: 120px;
}
#drop-region-top .overlay {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 90px;
    left: 300px;
    z-index: 2;    
    cursor: pointer;
}

#drop-region1 {
	background-color: #fff;
	border-radius:10px;
	box-shadow:0 0 35px rgba(0,0,0,0.05);
	width:340px;
	padding:20px 10px;
	text-align: center;
	cursor:pointer;
	transition:.3s;
	color: #000;
}
#drop-region1:hover {
	box-shadow:0 0 45px rgba(0,0,0,0.1);
}

#image-preview1 {
	margin-top:20px;
}
#image-preview1 .image-view1 {
    display: inline-block;
	position:relative;
	margin-right: 0px;
	margin-bottom: 0px;
}
#image-preview1 .image-view1 img {
    max-width: 120px;
    max-height: 120px;
}
#drop-region-top1 .overlay1 {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 90px;
    left: 300px;
    z-index: 2;    
    cursor: pointer;
}