.view {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view .viewContent {
   text-align: center;
   position:absolute;
   bottom:0;
   width: 100%;
   height: 100px;
   padding: 10px 0 0 0;
   margin:0;
   background: rgba(40, 40, 40, 0.6);
}
.viewContent h2 {
   text-transform: uppercase;
   color: #FFF;
   font-size:16px;
   padding:0;
   margin:0;
}
.viewContent p {
   font-size: 12px;
   color: #fff;
   padding:0;
   margin:0;
}
.view .viewContentTop {
   text-align: center;
   position:absolute;
   top:0;
   width: 400px;
   height: 120px;
   padding: 10px 0 0 0;
   margin:0;
   background: rgba(40, 40, 40, 0.6);
}
.viewContentTop h2 {
   text-transform: uppercase;
   color: #FFF;
   font-size:16px;
   padding:0;
   margin:0;
}
.viewContentTop p {
   font-size: 12px;
   font-weight: normal;
   color: #fff;
   padding:0;
   margin:10px 0 0 0;
}
.view .viewContentMiddle {
   text-align: center;
   position:absolute;
   width:400px;
	width:380px !important;
	height:200px;
	height:180px !important;
	padding:10px;
	margin:100px 0 0 0;
   background: rgba(40, 40, 40, 0.6);
}
.viewContentMiddle h2 {
   text-transform: uppercase;
   color: #FFF;
   font-size:16px;
   padding:0;
   margin:0;
}
.viewContentMiddle p {
   font-size: 12px;
   font-weight: normal;
   color: #fff;
   padding:0;
   margin:10px 0 0 0;
   text-align:center;
}




.view .info {
   display: inline-block;
   text-decoration: none;
   font-size: 12px;
   color: #fff;
   margin: 20px 0 0 0;
}
.view a.info: hover {
	color: #fff;
}