#video-gallery {
  width: 100%;
  background: #000;
}

.videoGallery .rsTmb {
  width: 347px; height: 91px;
}

.videoGallery .rsTmb h5 {
	font-size: 22px; line-height: 20px; color: #fff;
}
.videoGallery .rsTmb span {
	color: #000; font-size: 13px;
	margin: 0; padding: 0;
}
.videoGallery .rsTmb p {
	color: #c2c2c2; font-size: 13px;
	margin: 0; padding: 0;
	display: none;
}

.videoGallery .rsThumbs .rsThumb {
  width: 347px;
  margin: 0 0 5px 7px; 
}
.videoGallery .rsThumbs {
  width: 347px; padding: 0;
}
/* hover */
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb:hover h5 { color: #c2c2c2; }
.videoGallery .rsThumb:hover span { color: #c2c2c2; }


/* box right */
.videoGallery .rsThumb .i { float: left; width: 134px; height: 91px; margin-right: 2px; }
.videoGallery .rsThumb .t { float: left; width: 191px; height: 71px; padding: 10px; }

.videoGallery .rsThumb img { width: 100%; height: 100%; }

/* select */
.videoGallery .rsThumb.rsNavSelected { background: #000; }
.videoGallery .rsThumb.rsNavSelected .i { display: none; }
.videoGallery .rsThumb.rsNavSelected .t { width: 327px; }
.videoGallery .rsThumb.rsNavSelected .t h5 { color: #c2c2c2; }
.videoGallery .rsThumb.rsNavSelected .t span { display: none }
.videoGallery .rsThumb.rsNavSelected .t p { display: block; }

/* color */
.videoGallery .rsTmb .green { background: #790e7e; height: 91px; }
.videoGallery .rsTmb .blue { background: #790e7e; height: 91px; }
.videoGallery .rsTmb .red { background: #790e7e; height: 91px; }
.videoGallery .rsTmb .yellow { background: #790e7e; height: 91px; }

.videoGallery .rsThumb:hover .green,
.videoGallery .rsThumb:hover .blue,
.videoGallery .rsThumb:hover .red,
.videoGallery .rsThumb:hover .yellow { background: transparent; }

.videoGallery .rsThumb.rsNavSelected .green,
.videoGallery .rsThumb.rsNavSelected .blue,
.videoGallery .rsThumb.rsNavSelected .red,
.videoGallery .rsThumb.rsNavSelected .yellow { background: transparent; }


.sampleBlock {
  left: 3%; top: auto; 
  bottom: 5%; 
  width: 100%; padding: 10px; 
  max-width: 500px;
  background-color:rgba(255,255,255,0.5);
  font-size: 20px; color: #000; font-family: 'Title Medium';
}
.sampleBlock a { color: #000; }
.sampleBlock a:hover { color: #333; }

/* Links over image */
.sampleLink { width: 100%; height: 100%; }
.sampleLink a { display: block; width: 100%; height: 100%; } 
.sampleLink a:hover { background-color:rgba(0,0,0,0.5); } 


/*
@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 6px 8px;
  }
  .videoGallery .rsTmb h5 {
    font-size: 12px;
    line-height: 17px;
  }
  .videoGallery .rsThumbs.rsThumbsVer {
    width: 100px;
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 100px;
    height: 47px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 386px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}*/