#ypt_thumbs {
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 548px !important;
}
#ypt_thumbs li {
    list-style: none;
    margin: 0 5px 10px;
    position: relative;
    font-size: 0;
}
#ypt_thumbs li .thumbImg{
    width: 48%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 122px;
}

#ypt_thumbs li .amv-list-channel {
    position: absolute;
    width: 49%;
    height: 20px;
    color: #000;
    padding: 0 1%;
    margin: 0;
    right: 0;
    top: 5px;
    border-left: 4px #FFCB00 solid;
}
#ypt_thumbs li p {
    position: absolute;
    width: 52%;
    height: 70%;
    color: #000;
    padding: 0 3%;
    margin: 0;
    right: 0;
    bottom: 0;
}
#ypt_thumbs li:hover p {
  display: block;
  cursor: pointer;
}
.videoPlaying{
    background-color:#000;
    width:48%;
    position: absolute;
    bottom:0;
    font-size:18px;
    color:#fff;
    text-align: center;
}

#ypt_thumbs .ypt-now-playing p {
  display: block;
}
#ypt_thumbs .ypt-now-playing > span::after {
    content: "\25b6  Now playing";
    margin-top: -1em;
    display: block;
    width: 48%;
    padding: 1.5% 4%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 18px;
}
#ypt_wrapper .video {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
  float: left;
}
#ypt_wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float:left;
}
@media (max-width: 1200px){ 
    #ypt_thumbs .threeLine{
        -webkit-line-clamp: 2;
    }
    #ypt_thumbs li p{
        height: 55px;
        bottom: 20px;
    }
}
@media (max-width: 1150px){ 
    #ypt_thumbs li p{
        bottom: 0px;
    }
}
@media (max-width: 991px){
    #ypt_wrapper .video {
        padding-bottom: 385px !important;
    }
    #ypt_thumbs{
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        height: auto !important;
        min-height: 430px;
    }
    #ypt_thumbs li{
        display: inline-block;
        width: 65%;
    }
    #ypt_thumbs li .thumbImg {
        width: 100%;
        padding-top: 56%;
    }
    .videoPlaying{
        width: 100%;
    }
    #ypt_thumbs li .amv-list-channel {
        width: 100%;
        height: 30px;
        bottom: -32px;
        top: inherit;
        white-space: normal;
    }
    #ypt_thumbs li p{
        width: 95%;
        padding: 0;
        height: 65px;
        bottom: -115px;
        white-space: normal;
        left: 0;
    }
    .amv-list-container::-webkit-scrollbar {
        width: 0 !important;
        height: 10px;
    }
    .amv-list-container::-webkit-scrollbar-thumb {
        background-color: #ccc !important;
        border-radius: 10px !important;
    }
    .amv-list-container::-webkit-scrollbar-track{
        background: none !important;
    }
    #ypt_thumbs .ypt-now-playing > span::after{
        width: 100%;
    }
    .ads {
        width: 68% !important;
    }
    .videos-list-container{
        width: 63%;
    }
    #ypt_thumbs .threeLine{
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 768px){
    #ypt_thumbs{
        min-height: 350px;
    }
    #ypt_thumbs li p{
        bottom: -105px;
    }
    #ypt_wrapper .video {
        padding-bottom: 290px !important;
    }
}
@media (max-width: 767px){
     #ypt_thumbs{
        min-height: 325px;
    }
}


@media (max-width: 414px){
    #ypt_thumbs li .amv-list-channel {
        bottom: -17%;
        height: 17px;
        border-left: 3px #FFCB00 solid;
    }
    #ypt_thumbs li p{
        bottom: -63px;
        height: 40px;
    }
    #ypt_thumbs {
        min-height:205px;
        margin-bottom: 2px;
    }
    .amv-list-container::-webkit-scrollbar {
        height: 6px;
    }
    #ypt_wrapper .video {
        padding-bottom: 170px !important;
    }
}

@media (max-width: 375px){
    #ypt_thumbs li .amv-list-channel {
        bottom: -22%;
    }
    #ypt_thumbs li p{
        bottom: -70px;
    }
}
@media (max-width: 320px){
    #ypt_thumbs {
        min-height: 195px;
    }
}
