#video-gallery {
  width: 100%;
}

.videoGallery .rsTmb {
  padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 200px;
  height:109px;
  border-bottom: 1px solid #fff;
}

.videoGallery .rsThumbs .rsThumb:last-child {

  border-bottom: 0;

}

.videoGallery .rsThumbs {
  width: 100px;
  background: #A2CFBB;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #749689;
}

.videoGallery .rsThumb:first-child:hover,
.videoGallery .rsThumb:first-child.rsNavSelected {
  border-top-right-radius: 16px;

}

.videoGallery .rsThumb:last-child:hover,
.videoGallery .rsThumb:last-child.rsNavSelected {
    border-bottom-right-radius: 10px;
  }


.videoGallery .rsThumb.rsNavSelected {
  background-color: #02874A;
  border-bottom-color #465D46;
}

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


@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;
    border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 300px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}
