 #video-gallery {
  width: 100%; float:left;
}

.videoGallery .rsTmb {
  padding:10px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
  width: 100%;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
  background-color:#41BCEA;
  border-bottom:-color #41BCEA;
}

.sampleBlock {
  left: 3%; 
  top: 1%; 
  width: 100%;
  max-width: 400px;
}

.rsVideoContainer {
width:100%; 
height:100%; 
overflow:hidden; 
display:block; 
float:left; 
}
@media screen and (min-width: 0px) and (max-width: 800px) {
.videoGallery .rsTmb {
  padding: 4px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 100%;
  height:45px;}
}

