.view {
   width: 100%;
   height: auto;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   z-index: 1;
}
.view .mask,.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	font-family: 'Kaushan Script', cursive;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 40px 0 0 0;
}
.view p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	position: relative;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #706f6f;
   color: #fff;
   text-transform: uppercase;
}
.view a.info:hover {
   background: #95c11f;
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}