.view {
   width: 147px;
height: 120px;
margin: 4px;
float: left;
border: 5px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.4);
cursor: default;

}
.view .mask,.view .content {
   width: 147px;
   height: 120px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   line-height: 120px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
text-decoration: none;
padding: 7px 34px 7px 22px;
background: url(../images/arrow.png) no-repeat right top rgba(102, 204, 51, 0.7);
background-position: 85% 50%;
color: #fff;
text-transform: uppercase;
margin-top: 44px;
}
.view a.info:hover {
background: url(../images/arrow.png) no-repeat right top rgba(102, 204, 51, 0.9);
background-position: 85% 50%;
}