@charset "utf-8";
/* CSS Document */


/*GROW*/
.grow img {
  height: 225px;
  width: 275px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 340px;
  height: 265px;
}