
.imgrow { display:block; text-align:left; height: 80px ; margin-left: 0.5em;
                background: #eee; }

 /* Hover effect buttons */

* { -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box; }

/*Viewport*/

/*Non-hover - a little smaller than original */
.grow img { height: 147px; width: 147px;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
  }

/*Hover - original image size for best resolution */
.grow img:hover { height: 150px; width: 150px; }

* { -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box; }

/*Viewport 2nd one*/
.pic1 { border: 0px solid #fff; float: right; height: 140px; width: 270px;
  margin: 0px; overflow: hidden; }

/*Non-hover - a little smaller than original */
.grow1 img { height: 124px; width: 220px;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease; }

/*Hover - original image size for best resolution */
.grow1 img:hover { height: 126px; width: 255px; }

