.view {
   width: 100%;
   height: auto;
   float: left;
   margin-bottom:12px;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 3px #999;
   -moz-box-shadow: 1px 1px 3px #999;
   box-shadow: 1px 1px 3px #999;
   cursor: default;
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   padding:3px;
}
.view .mask,.view .content {
   width: 100%;
   height: auto;
   position: absolute;
   overflow: hidden;
   padding:0px 10px 10px 10px;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 12px;
   font-style: italic;
   font-family: Georgia, serif;
   background: rgba(0, 0, 0, 0.8);
   border:none;
   margin-left:20px;
   margin-right:20px;
   

   
}
.view p {
   font-family: Georgia, serif;
   margin-top:-5px;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   text-align: center;
   padding-bottom:8px;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding:7px 14px 1px ;
   background: #0570b3;
   border-radius:2px;
   color: #fff;
   text-transform: uppercase;
   border-bottom:2px #03609a solid;
}
.view a.info: hover {
   -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
   -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
   box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}