.img-wrap {
	width: 150px;
	height: 150px;
    margin-bottom: 30px;
    position: relative;
}

.image:hover {
    opacity: 0.85;
}

.delete {
    position: absolute;
    bottom: 0;
    visibility: hidden;
}

.img-wrap:hover .delete {
    visibility: visible;
}
/*.thumb {
		
    margin-bottom: 30px;
}
*/