.view {
   width: 100%;
   height: auto;
   margin: 0 0 20px 0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
}
.view .mask,.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-image: url();
	background-repeat: no-repeat;
	background-size:cover;
}
.view img {
   display: block;
   position: relative;
   max-width: 100%;
}
.view h2 {
	text-transform: uppercase;
	color: #434040;
	text-align: center;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	padding: 10px;
	margin: 0px 0 0 0;
	background-color: #D9D9D9;
	margin-bottom:20px;
}
.view p {
	font-family: 'Lato', sans-serif;
   font-size: 16px;
   position: relative;
   color: #fff;
   padding: 20px;
   margin: 0 0px 0 0;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 5px 5px;
   margin: 0 0px 0 0;
   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;
}