.justhover{
    width:auto;
    transition: transform .2s
}
.justhover:hover {
    transform: translateY(-6px);
}