.view {
   width: 100%;
   /*height: 200px;
   margin: 10px;*/
   float: left;
   /*border: 10px solid #fff;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   /*-webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;*/
   cursor: default;
   /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view .mask .mask-content {

}
.view img {
   display: block;
   position: relative;
}
.view h3 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   /*font-size: 17px;*/
  /* padding: 10px;
   background: rgba(0, 0, 0, 0.8);*/
   margin: 0 0 15px 0;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.view p {
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 10px 18px;
   border-radius: 30px;
   background-color: #333333;
   color: #fff;
   text-transform: uppercase;
   -webkit-transition: all 0.3s ease-in-out; 
   -moz-transition: all 0.3s ease-in-out; 
   transition: all 0.3s ease-in-out;
}
.view a.info:hover {
   background-color: #e54c4c;
   color: #fff;
}