/* CSS3 STYLE GENERIC */
.view {
/*   width: 300px;
   height: 200px;*/
   margin: 0px;
   float: left;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 0px #aaa;
   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 a.info {
   background:url(../images/video_icon.png) center no-repeat; 
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:78px;
   height:79px;
   margin-top:25%;
}

.view a.info1 {
   background:url(../images/video_icon.png) center no-repeat; 
   display: none;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:78px;
   height:79px;
   margin-top:25%;
}
@media only screen and (max-width: 650px) {	
	.view a.info1 {
   background:url(../images/video_icon.png) center no-repeat; 
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:78px;
   height:79px;
   margin-top:14%;
}
}