
.machine-list-wrap img{
    transition: 0.4s;
}

.machine-list-wrap li:hover img{
    transform: scale(1.05) translateY(-10px);
}
