demo:http://www.html5tricks.com/css3-image-hover-effect.html
.parent_menu:hover div{
transform: scale(1.2, 1.2);
transition: .3s transform;
}
demo:http://www.html5tricks.com/css3-image-hover-effect.html
.parent_menu:hover div{
transform: scale(1.2, 1.2);
transition: .3s transform;
}