.view {
   width: 23.5%;
   height: 100%;
   margin: 0.5% 0.5% 0 0.5%;
   float: left;
   border: 0px solid #8d5112;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: url(../images/bgimg.jpg) no-repeat center center;
   
   
}

.view2 {
   width: 23.5%;
   margin: 0.5% 0.5% 0 0.5%;
   float: left;
   border: 0px solid #8d5112;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: url(../images/bgimg.jpg) no-repeat center center;
   border-top-right-radius:20px;
   border-bottom-left-radius:20px;
}

.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   border-top-right-radius:40px !important;
   border-bottom-left-radius:40px !important;
}
.view img {
   display: block;
   position: relative;
   text-align:center;
   width:100%;
   opacity:0.8;
   filter:alpha(opacity=80);
   border-top-right-radius:40px !important;
   border-bottom-left-radius:40px !important;
   
}
.view h2 {
   text-transform:none;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 16px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0;
}

.view2 h2 {
   text-transform:none;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 16px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0;
   height:40px;
}

.view p {
   font-size: 12px;
   line-height:14px;
   position: relative;
   color: #000000;
   padding: 20px;
   text-align: center;
   font-weight:normal;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -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;
}
.sec1 .view {
border-top-right-radius:40px !important;
   border-bottom-left-radius:40px !important;
}