.view {
	border: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url() no-repeat center center;
	cursor:pointer;
}
.view .mask, .view .content {
	width: 370px;
	height: 270px;
	display: inline-block;
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.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 (max-width: 767px) {
.view-eighth .mask{
	width:100%;
	height:160px;
	top:-160px;
}	
}