.newbox{
  width: 15%;
  margin-left: 5px;
  overflow: hidden;
  height:250px;
}
.newbox a {z-index:100;color:white;text-transform:uppercase;top:0px;left:0px;}

.pic {
  background:transparent;
  float: left;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top:0px;left:0px;
  -webkit-box-shadow: 5px 5px 5px .5 #111;
          box-shadow: 5px 5px 5px .5 #111;  
}
/*GROW*/
.grow img {
  height: 600px;
  width: 600px;
 
  -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: 100%;
  height: auto;
}
