Certo!
codice:
.servizio {
    -webkit-transition: all 350ms ease-in-out!important;
    -moz-transition: all 350ms ease-in-out!important;
    -ms-transition: all 350ms ease-in-out!important;
    -o-transition: all 350ms ease-in-out!important;
    transition: all 350ms ease-in-out!important;
    -webkit-transform: scale(0.9,0.9)!important;
    -moz-transform: scale(0.9,0.9)!important;
    -o-transform: scale(0.9,0.9)!important;
    -ms-transform: scale(0.9,0.9)!important;
    transform: scale(0.9,0.9)!important;
}




.servizio:hover {
    -webkit-transform: scale(1,1)!important;
    -moz-transform: scale(1,1)!important;
    -o-transform: scale(1,1)!important;
    -ms-transform: scale(1,1)!important;
    transform: scale(1,1)!important;
}