div#ypt_wrapper.ypt_page {
     float: left;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
div#ypt_wrapper.ypt_page .video {
    width: 100%;
    padding: 15px;
    float: left;
}
div#ypt_wrapper.ypt_page .video iframe#player {
       position: relative;
    width: 100%;
    height: 400px;
    box-shadow: 0 0 15px #eee;
    border: 1px solid #eee;
    padding: 5px;
}
div#ypt_wrapper.ypt_page ul#ypt_thumbs {
width: 100%;
    float: left;
    height: 365px !important;
    position: relative;
    padding: 15px;
    border: 0;
    box-shadow: 0 0 15px #eee;
    top: 0;
    border-top: 1px solid #eee;
}
div#ypt_wrapper.ypt_page ul#ypt_thumbs li {
    width: 25%;
    float: left;
    background: #fff;
    
    padding: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
div#ypt_wrapper.ypt_page ul#ypt_thumbs li img {
  box-shadow: 0 0 15px #eee;
    border: 1px solid #eee;
    padding: 5px;
}
div#ypt_wrapper.ypt_page ul#ypt_thumbs li p {
    width: 89%;
    height: 82%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
div#ypt_wrapper.ypt_page ul#ypt_thumbs .ypt-now-playing > span::after {
      bottom: 15px;
          width: 89%;
}