.view {
 
   margin: 0px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: none;
   cursor: default;
   background: #e9e4dc;
   margin-bottom:20px;
}
.view .mask,.view .content {
   width: 100%;
   height:284px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.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 {
    color: #fff;
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    margin-top: 50px;
    padding: 10px 20px 20px;
    position: relative;
    text-align: center;
}
.view a.info {
    background: #97815c none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    padding: 120px 15px;
	font-weight:500;
	width:100%;
    text-decoration: none;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}