.nt-mup {
    top: 0;
    transition: .2s all;
}

.nt-mup:hover {
    top: -4px;
    transition: .1s all;
}