
.videolist { position:relative; float:left;   }
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ 
display:none; 
border: 1px solid #999999; 
border-radius:10px;
position:fixed; left:50%; 
top:50%; margin-left:-580px; 
margin-top:-310px; 
z-index:100; width:1200px; height:720px;
background-color:#ffffff;
 }
 
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
@media screen and (max-width: 980px) {
	.videos{ 
display:none; 
border: 1px solid #999999; 
border-radius:10px;
position:fixed; left:50%; 
top:50%; 
margin-left:-175px; 
margin-top:-310px; 
z-index:100; width:350px; height:250px;
background-color:#ffffff;
 }

}