.wrap .someclass {
transition: all .5s ease;
top: 150px;
}
.wrap:hover .someclass {
top: 0;
}
.circle {
width: 25px;
height: 25px;
line-height: 25px; // центрируем текст по вертикали;
text-align: center; // и по горизонтали;
border-radius: 50%;
}