See here: https://jsfiddle.net/vt7yxhcw/10/
modified CSS
.title {
-webkit-font-smoothing: antialiased;
transform: perspective(1px) scale(0.99999) translate3d( 0, 0, 0);
}
.title:hover {
transform: perspective(1px) scale(0.96) translate3d( 0, 0, 0);
}
, , 1 ( ), . -webkit-font-smoothing: antialiased . translate3d( 0, 0, 0) , . perspective() 3D-, , .
, , , . , .