.imgh{
    transition: transform .2s;
}

.imgh:hover{
    transform: scale(1.05);
}