.thumb {
    width: auto;
    height: 120px;
    margin-right: 10px;   
}

#drop-zone {
	border: 2px dashed #000;
	padding: 20px;
	text-align: center;
	font-size: 22px;
	color: #666;
    position: relative;
}

#pics {
	border: 0px dashed #000;
	padding: 0px;
}

#drop-zone.hover {
	background-color: #f0f0f0;
}

#saveIcon {
    color: rgb(5, 53, 5); /* Color of the icon */
    font-size: 60px; /* Adjust size as needed */
    margin: 5px;
}

#saveIconContainer {
    position: absolute;
    top: 0;
    right: 0;
}