.wp-video-shortcode {
	max-width: 100%;
}

.wp-audio-shortcode {
	max-width: 100%;
}


#video-gallery {
  width: 100%;
  margin-bottom:30px;
}

.videoGallery.rsDefault .rsTmb {
  padding: 20px;
}
.videoGallery.rsDefault .rsThumbs .rsThumb {
  width: 220px;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery.rsDefault .rsThumbs {
  width: 220px;
  padding: 0;
}
.videoGallery.rsDefault .rsThumb:hover {
  background: #333;
}
.videoGallery.rsDefault .rsThumb.rsNavSelected {
  background-color: #00b4c1;
  border-bottom:-color #02874A;
}

.sampleBlock {
  left: 3%; 
  top: 1%; 
  width: 100%;
  max-width: 400px;
}

/*EDITS*/

.rsDefault .rsTmb h5 {
	font-weight:500;
	font-size:14px !important;
}

.rsNav, .rsThumbs, .rsThumbsVer {
	background-color:#252525 !important;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault  {
	background-color: #000 !important;
}


@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 0px 0px;
  }
  .videoGallery .rsTmb h5 {
    font-size: 8px;
    line-height: 8px;
  }
  .videoGallery .rsThumbs.rsThumbsVer {
    width: 130px;
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 130px;
    height: 60px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 240px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}


/*MEJS Audio Player*/
.mejs-controls .mejs-button button {
	background-color:transparent !important;
}
.mejs-controls button:focus {
	outline:none !important;
}