/*.view {
   width: 300px;
   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 {
  cursor: default;
  position: relative;
  text-align: center;
  overflow:hidden;
}
/*.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}*/
.view .mask, .view .content {
  height: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    margin: 20% 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width:768px) {
.view h2 {
    font-size: 1.5vw;
    margin: 13% 0 0;
}}
.view p {
   font-size: 4vw;
   position: relative;
   color: #fff;
   padding: 10% 5% 0% 5%;
   text-align: center;
}
@media screen and (min-width:768px) {
.view p {
   font-size: 1.0vw;
    margin-bottom:0;
}}
.view a.info {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
border: 1px solid #fff;
color: #fff;
display: inline-block;
font-size: 1em;
margin-top: 5%;
padding: 2.5% 5%;
text-decoration: none;
}
@media screen and (min-width:768px) {
.view a.info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 2.5% 5%;
    text-decoration: none;
}
}
.view a.info:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9) !important;
}