.youtuwall-showing {
  color: whitesmoke;
  font-weight: normal;
  text-shadow: 0 1px 2px #000;
}

.youtuwall-duration {
  background-color: black;
  color: white;
  padding: 2px 3px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}

#youtuwall-header {
  height: 40px;
  position: relative;
}

.youtuwall-stat {
  float: right;
  margin: 10px;
  font: 10px Arial;
  color: #ccc;
  margin-top: 25px;
  text-align: center;
}

#youtuwall-stat-holder {
  float: right;
  height: 100%;
}

.youtuwall-stat-count {
  font: 18px Arial;
}

#youtuwall-channel-desc {
  text-align: left;
}

#youtuwall {
  max-width: 100%;
  margin: 0px auto;
  font-family: inherit;
  font-size: 0.85rem;
  text-align: center;
  overflow-x: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  clear: both;
}

.youtuwall-video-tnail-box {
  padding-bottom: 20px;
}
.youtuwall-video-tnail {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 188px;
  position: relative;
}

#youtuwall-encloser {
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
}

#youtuwall-video-list-div {
  text-align: left;
}

.youtuwall-video-list-title {
  color: 000000;
  display: inline-block;
  padding: 2px 10px;
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 0.8rem;
}

.youtuwall-video-list-views {
  color: #555;
  padding: 1% 10px;
  padding-bottom: 3%;
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
}

.youtuwall-playlist-sidebar {
  background-color: rgba(0, 0, 0, 0.8);
  float: right;
  max-width: 50%;
  height: 100%;
  color: white;
  text-align: center;
  width: 70px;
}

.youtuwall-playlist-video-count {
  display: inline-block;
  margin: 3%;
  margin-top: 5%;
  height: 20%;
  margin-top: 55px;
}

.youtuwall-playlist-sidebar-video {
  opacity: 1;
  width: 64px;
  height: 20%;
  background-color: rgb(114, 114, 114);
  display: inline-block;
  margin: 2% auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.youtuwall-tab {
  box-sizing: content-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  display: inline-block;
  margin: 5px;
  margin-top: 10px;
  padding: 5px;
  cursor: pointer;
  cursor: hand;
}

#youtuwall-tabs {
  text-align: center;
  box-sizing: content-box;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding-left: 10px;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  padding: 25px 30px 0px 30px;
  font-size: 18px;
}

#youtuwall-lightbox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#youtuwall-video-lightbox {
  opacity: 1;
}

.youtuwall-subscribe div {
  position: static !important;
  vertical-align: top !important;
}

.youtuwall-subscribe iframe {
  position: static !important;
}

.youtuwall-subscribe {
    height: 40px;
    display: flex;
    justify-content: end;
    padding-bottom: 15px;
}

#youtuwall-header-logo {
  vertical-align: middle;
  height: 60px;
  margin: 15px;
  display: inline-block;
  margin-left: 32px;
  border: 2px solid #fff;
}

.youtuwall-tab-hover {
  color: #fff;
  background-color: 000000;
  text-shadow: 0 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.youtuwall-showing-title {
  font-size: 18px;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
  display: inline-block;
  text-shadow: 0 1px 2px red;
}

iframe#youtuwall-video {
  margin-bottom: 20px !important;
}

@media (max-width: 1199px) {
  .youtuwall-video-tnail {
    height: 145px;
  }
}

@media (max-width: 767px) {
  .youtuwall-video-tnail {
    height: 130px;
  }
}

@media (max-width: 659px) {
    #youtuwall-video-lightbox {
        width: 300px!important;
        height: 250px;
    }
}

@media (max-width: 575px) {
  .youtuwall-video-tnail-box {
    width: 300px;
    flex: none;
    margin: auto;
  }
}

