

#ypt_wrapper {
  margin-top: 30px;
  width: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
  max-width: 100%;
   box-shadow: 0px 8px 13px rgba(0,0,0,0.5);
  margin-bottom: 1em;
}
#ypt_thumbs {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  height: 0;
}
#ypt_thumbs li {
  width: 20%;
  float: left;
  list-style: none;
  margin: 0;
  position: relative;
  font-size: 0;
}
#ypt_thumbs li img{
  width: 100%;
}
#ypt_thumbs li p {
  font-family: arial;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 5%;
  margin: 0;
}
#ypt_thumbs li:hover p {
  display: block;
  cursor: pointer;
}
#ypt_thumbs .ypt-now-playing p {
  display: block;
}
#ypt_thumbs .ypt-now-playing > span::after {
  content: "\25b6  Now playing"; /* A traingle pointing right */
  margin-top: -1em;
  display: block;
  width: 100%;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 10px;
}
#ypt_wrapper .video {
  position: relative;
  width: 100%;
  /*height: 0;*/
  padding-bottom: 48.4%;
  float: left;
}
#ypt_wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float:left;
}
@media only screen and (max-width : 400px) {
  #ypt_thumbs {
    display: none;
  }
  #ypt_wrapper .video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

#results {    display: block;
    padding: 0px;
    width: 100%;
  padding-top: 30px;
  height: 224px;
  overflow: scroll;
}

#results li{    width: 20%;
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    font-size: 0;}
#results li:before{
  content: none!important;
}

#results img{    display: block;
    width: 100%;}

#iframe-youtube {
  width: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
  max-width: 100%;
   box-shadow: 0px 8px 13px rgba(0,0,0,0.5);
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

#results li{    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    font-size: 0;}

}

.playlist-loadMoreButton{border: 1px solid #d3d3d3;
    padding: 10px;
    text-align: center;
    margin: 5px auto 15px;
    max-width: 175px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 7px rgba(0,0,0,0.08);
    background: #fcfcfc;
    background: -moz-linear-gradient(top,#fcfcfc 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f8f8f8));
    background: -webkit-linear-gradient(top,#fcfcfc 0%,#f8f8f8 100%);
    background: -o-linear-gradient(top,#fcfcfc 0%,#f8f8f8 100%);
    background: -ms-linear-gradient(top,#fcfcfc 0%,#f8f8f8 100%);
    background: linear-gradient(to bottom,#fcfcfc 0%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f8f8f8',GradientType=0 );}

    .playlist-loadMoreButton-inner{    font-family: "Oswald", Helvetica, sans-serif;
    letter-spacing: 2px;}