CSSだけでできる

.pic {
position:relative;
width:160px;
height:160px;
}

.small {
position: absolute;
top: 50%;
left: 50%;
}

.pic:hover .small {
display:none;
}