h1{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  letter-spacing: 20px
}




#video-gallery {
  width: 100%;
}

.videoGallery .rsTmb {
  padding: 20px;
}

.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: 80px;
  border-bottom: 1px solid #db3900;
}

.videoGallery .rsThumbs {
  width: 220px;
  padding: 0;
}

.videoGallery .rsThumb:hover {
  background: #000;
}

.videoGallery .rsThumb.rsNavSelected {
  background-color: #db3900;
  border-bottom: -color #db3900;
}

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

.rsVideoContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  float: left;
}

.main{
  width: 100%;
  position: relative;
  background-color: #fff;
}



@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: 300px !important;
  }

  .sampleBlock {
    font-size: 14px;
  }
}
