
.videolist { position:relative; float:left; /*width:500px;*/ height:300px; margin-right:50px; margin-top:15px; margin-bottom:30px; }
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px !important; height:50px !important; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none;  position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100;  }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }