/* Pulled: http://fivera.net/simple-cool-live-examples-image-hover-css-effect/ */

.icon-services img {
  height: auto;
  max-width: 100%;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

	.icon-services img:hover {
	  width: 45%;
	  height: 45%;
	}