.view {
   width: 312px;
   height: 275px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: transparent; 
}
.view .mask,.view .content {
  width: 300px; margin:6px;
   height: 263px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {font-family: 'fontinbold';
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 21px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: 'ubuntuitalic';
   font-size: 12px;
   position: relative;
   color: #fff;
   padding:35px 20px;
   text-align: center;
}
.view a.info {font-family: 'ubuntubold_italic';
   display: inline-block;
   text-decoration: none;
   padding: 8px 15px;
   background: #D7052C;
   color: #fff;
 -webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
}
.view a.info:hover { background:#911125;}

@media (min-width: 1199px) {
	.view {
   width: 298px;
   height: 262px;
}
.view .mask,.view .content {
  width: 285px; 
   height: 250px;
}
.view p {
   padding:25px 15px;
}
.view h2 {
   padding: 5px;
   margin: 15px 0 0 0;
}
	}
	
	@media (max-width: 979px) {
	
	}