.view {
   width: 274px;
   height: 174px;
   margin: 44px 13px 13px 44px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 274px;
   height: 174px;
   position: absolute;
   overflow: hidden;
   top: 0px;
   left: 0px;
}
.view img {
   width: 274px;
   height: 174px;
   display: block;
   position: relative;
}
.view h2 {
   font-family: 'KoblenzProRegular';
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 21px;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   text-decoration: none;
   font-weight: normal;
   font-style: normal;
   color: #fff;
}
.view a.info: hover {
   text-decoration: none;
   font-weight: normal;
   font-style: normal;
   color: #fff;
}