#ypt_wrapper {
  width: 100%;
  background: #f0f0f0;
  color: #000;
  overflow: hidden;
  max-width: 100%;

  height: 100%;
}

#ypt_thumbs {
     max-height: 800px;

  overflow-x: hidden;
  width: 100%;
  height: 100% !important;
  background: #f0f0f0;
  margin: 0;
  padding: 0;

  display: block;
}

#ypt_thumbs li {
  list-style: none;
  margin: 0;
  position: relative;
  font-size: 0;
  background: #f0f0f0;
}

#ypt_thumbs li:hover {
  cursor: pointer;
  user-select: none;
      background: #416e92;
}
li:hover span.video_baslik {
    color: white;
}
#ypt_thumbs li img {
  height: 56px;
  width: 98px;
  margin: 12px 14px;
}

#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: ""; 
 margin-top: -1em;
    display: block;
    width: 100%;
    padding: 5%;
    background: #416e92;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    height: 100%;
    padding: 0;
}
*/
li.ypt-now-playing {
  background: #416e92 !important;
}
#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%;
  }
}

.video_details {
  display: inline-block;
  /* background: red; */
  width: calc(100% - 140px);
  height: 96px;
  float: right;
  right: 0;
  position: absolute;
  padding: 12px;
  padding-left: 0;
  box-sizing: border-box;
}
span.video_baslik {
    color: white;
    max-height: 36px;
    overflow: hidden;
    display: block;
  font-family: 'Poppins', sans-serif;
    font-size: 12px;
    opacity: 0.85;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
}

span.video_uzunluk {
  font-size: 12px;
  color: white;
  opacity: 0.5;
  display: block;
  position: absolute;
  bottom: 24px;
}

ul#ypt_thumbs::-webkit-scrollbar {
    width: 12px;
    background: #f0f0f0;
}



li.ypt-now-playing .video_baslik {
    font-weight: 500;
}

li.ypt-now-playing .video_uzunluk {
    opacity: 0.7;
}

li.ypt-now-playing > *:first-child::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/plugins/klokmork/play-copy@2x.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999999999999;
    height: 56px;
    width: 98px;
    margin: 12px 20px;
}

li.ypt-now-playing img {
    filter: brightness(0.7);
}/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CS#ypt_wrapper {
  width: 100%;
  background: #f0f0f0;
  color: #000;
  overflow: hidden;
  max-width: 100%;

  height: 100%;
}

#ypt_thumbs {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 60vh !important;
  background: #f0f0f0;
  margin: 0;
  padding: 0;

  display: block;
}

#ypt_thumbs li {
  list-style: none;
  margin: 0;
  position: relative;
  font-size: 0;
  background: #f0f0f0;
}

#ypt_thumbs li:hover {
  cursor: pointer;
  user-select: none;
  background: #2e2e33;
}

#ypt_thumbs li img {
  height: 56px;
  width: 98px;
  margin: 12px 20px;
}

#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: ""; 
 margin-top: -1em;
    display: block;
    width: 100%;
    padding: 5%;
    background: #416e92;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    height: 100%;
    padding: 0;
}
*/
li.ypt-now-playing {
  background: #416e92 !important;
}
#ypt_wrapper .video {
  position: relative;
  width: 100%;
  /*height: 0;*/
  padding-bottom: 48.4%;
  padding-bottom: 205px;
  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%;
  }
}
span.video_baslik {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    position: absolute;
}

.video_details {
  display: inline-block;
  /* background: red; */
  width: calc(100% - 125px);
  height: 80px;
  float: right;
  right: 0;
  position: absolute;
  padding: 12px;
  padding-left: 0;
  box-sizing: border-box;
}
span.video_baslik {
    color: #213745;
    max-height: 80px;
    overflow: hidden;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    opacity: 0.85;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-right: 14px;

}

span.video_uzunluk {
  font-size: 12px;
  color: white;
  opacity: 0.5;
  display: block;
  position: absolute;
  bottom: 24px;
}

ul#ypt_thumbs::-webkit-scrollbar {
    width: 12px;
    background: #f0f0f0;
}

ul#ypt_thumbs::-webkit-scrollbar-thumb {
    background: #ababab;
    border-radius: 12px;
    /* border: 4px solid #f0f0f0; */
    border-radius: 0;
    border-right: 4px solid #f0f0f0;
    border-top: 6px solid #f0f0f0;
    border-bottom: 6px solid #f0f0f0;
    border-left: 3px solid #f0f0f0;
}

li.ypt-now-playing .video_baslik {
    font-weight: 500;
}

li.ypt-now-playing .video_uzunluk {
    opacity: 0.7;
}

li.ypt-now-playing > *:first-child::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/plugins/klokmork/play-copy@2x.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999999999999;
    height: 56px;
    width: 98px;
    margin: 12px 20px;
}

li.ypt-now-playing img {
    filter: brightness(0.7);
}

