
.videoPlaylist {
  width: 100%; }
  .videoPlaylist .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .videoPlaylist .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .videoPlaylist .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .videoPlaylist .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .videoPlaylist .container {
      max-width: 1140px; } }
  .videoPlaylist .container-fluid, .videoPlaylist .container-sm, .videoPlaylist .container-md, .videoPlaylist .container-lg, .videoPlaylist .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
/*  .videoPlaylist .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .videoPlaylist .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .videoPlaylist .col-lg {
    /* flex-basis: 0; */
    /* flex-grow: 1; */
    /* max-width: 100%; */
   /* }*/
  .videoPlaylist .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .videoPlaylist .embed-container iframe, .videoPlaylist .embed-container object, .videoPlaylist .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

 
  .videoPlaylist .khad-button {
    background: url(../images/icons/ad_icon.png) no-repeat center center;
    display: block;
    width: 29px;
    height: 22px;
    padding: 2px;
    box-sizing: border-box;
    border: 0; }
  .videoPlaylist .khad-container[ad-enabled="true"] .khad-button {
    background: url(../images/icons/ad_icon_on.png) no-repeat center center; }
 
div.videoPlaylist {

}

section.video-playlist-container {

}

/* Video to be played */

div.video-player {
position: relative;
}

div.video-container { /* also has class embed.container */

}

iframe.video-iframe {

}

div.khad-container {
  width: 40px;
  position: absolute;
  height: 22px;
  top: 10px;
  right: 10px;
 
}

button.khad-button {
  position: absolute;
  right: 0;
  border: 1px solid #666 !important;
  /* border-top: 0 none !important;
   border-radius: 0 0 8px 8px; */
  border-radius: 8px;
  width: 40px !important;
  background-color: white !important;
}

/* Video playlist */

ul.videoList { /* also has classes, responsivegrid and video-playlist */
  max-height: 276px !important;
  overflow-y: auto;
  position: relative;
  margin-left: 0 !important;
  padding: 5px;
  border: 1px solid #ccc;
}



/* 2 bad divs next - hope not to need to ref them */

li.video-playlist-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px !important;
  margin-bottom: 4px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: white;
}

li.video-playlist-item:hover  {
  background: #f0f0f0
}

li.video-playlist-item:hover div.vidListItemRight p:after, li.video-playlist-item:hover div.vidListItemRight p:before {
  background: #f0f0f0;
}

ul.videoList li {
  display: flex;
}

ul.videoList li img {
  width: 100%;
}

div.vidListItemLeft {
  width: 180px !important;

}

div.vidListItemRight {
  padding: 0 10px;
  display: block !important;
  width: 100%;
  aheight: 70px;
  amax-height: 70px;
}

div.vidListItemRight h3 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: block;
  aposition: absolute;
  top: 0;
  height: fit-content !important;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;

}
div.vidListItemRight p {
  font-size: 10px;
  background: ;
  margin: 0;
  width: 100%;
  line-height: 1.25 !important;


  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

li.currentVideo {
  background: #f1f0f0;
}

li.currentVideo h3 {
  color: #00749e;
}

ul.videoList li.currentVideo img {
  border: 1px solid black;
}