.view {
   width: 318px;
   height: 270px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #ff0 url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 318px;
   height: 270px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform:capitalize;
   color:#333333;
   text-align: center;
   position: relative;
   font-size: 18px;
   letter-spacing: 2px;
   padding: 10px 10px 40px 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 40px 0 40px 0;
}
.view p {
   font-family: 'Righteous', cursive;
   font-weight:normal;
   font-style: normal;
   font-size: 12px;
   position: relative;
   color: #333;
   padding:10px;
   text-align:center;
 }
.view p a{
   font-family: 'Righteous', cursive;
   font-weight:normal;
   font-style: normal;
   font-size: 13px;
   position: relative;
   color: #333;
   padding:10px;
   text-align:center;
   text-decoration-line: none;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   text-decoration-line: none;
   padding: 17px 14px;
   background: #000;
   color: #333;
   text-transform:capitalize;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   text-decoration:none;
   text-decoration-line: none;
}
.view span {
   
   font-style:normal;
   font-size: 16px;
   position: relative;
   color: #000;
   padding:40px;
   padding:7px;
   text-align:center;
   text-decoration:none;
   display: block;
   z-index: 999;
    
}
 
