.view {
   	width:229px;
	height:313px;
	margin-bottom:10px;
   	overflow: hidden;
   	position: relative;
   	text-align: center;
   	cursor: pointer;
}
.view .mask {
   	width:229px;
	height:313px;
	background:none;
   	position: absolute;
   	overflow: hidden;
   	top: 0;
   	left: 0;
	border:2px solid #FFF;
}
.view img {
	width:229px;
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 25px;
   border-top:1px solid #FFF;
   border-bottom:1px solid #FFF;
   padding: 10px;
   width:220px;
   overflow:hidden;
   font-family: 'AauxProMedium';
   margin:0 auto;
   margin-top:40px;
   margin-bottom:30px;
}
.view p {
   font-family: 'AauxProMedium';
   font-size: 14px;
   position: relative;
   color: #fff;
   width:220px;
   overflow:hidden;
   margin:0 auto;
   margin-bottom:40px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #fdfdfd;
   color: #000;
   font-family: 'AauxProMedium';
   font-size:12px;
}
.view a.info: hover {
   background:rgba(16, 18, 34, 0.8);
}



@media screen and (max-width:1079px) {
.view {
	display:none;
}
.view .mask {
	margin-left:8px;
	margin-top:8px;
   	width:301px;
	height:436px;
	background:none;
   	position: absolute;
   	overflow: hidden;
   	top: 0;
   	left: 0;
	border:2px solid #FFF;
}
.view img {
	width:100%;
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 25px;
   border-top:1px solid #FFF;
   border-bottom:1px solid #FFF;
   padding: 10px;
   width:220px;
   overflow:hidden;
   font-family: 'AauxProMedium';
   margin:0 auto;
   margin-top:40px;
   margin-bottom:30px;
}
.view p {
   font-family: 'AauxProMedium';
   font-size: 14px;
   position: relative;
   color: #fff;
   width:220px;
   overflow:hidden;
   margin:0 auto;
   margin-bottom:40px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #fdfdfd;
   color: #000;
   font-family: 'AauxProMedium';
   font-size:12px;
}
.view a.info: hover {
   background:rgba(16, 18, 34, 0.8);
}
}