.performance img:hover{
    transition:all .2s linear;
    transition:width none;
    transform: scale(1.1);
}
