.view {
   width: 33%;
   height: auto;
   float: left;
   overflow: hidden;
   position: relative;
   
   cursor: default;
}
.view .mask{
	text-align:center;
}
.view2 .mask{
	width: 90% !important;
	height: 80% !important;
	border-radius: 100%;
	top:15px !important;
	left:15px !important;
}
.view2 h2 {
	margin-top:50px !important;
	
}
.view .mask,.view .content {
   width: 100%;
   height: 1400px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index:2;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 16px;
   padding: 10px;
   margin: 20px 0 0 0;
   font-weight:900;
}
.view p {
   font-size: 12px;
   position: relative;
   color: #fff;
   padding:20px;
}
.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;
}
@media screen and (max-width: 768px) {
	.view, .view2 {
  		width: 50%;
		
	}
	
}
@media screen and (max-width: 480px) {
	.view{
  		width: 100%;
		/*height:400px;*/
	}
	.view3 {
		width: 100%;
	}
	.view img {
	  
	  width: 100%;
	}
}