<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.youtube_channel {
  float: left;
  clear: both;
  position: relative;
  box-sizing: border-box;
  /* link */
  /* Debug Errors */
}
.youtube_channel .ytc_video_container {
  float: left;
  position: relative;
  /* Fix for Twenty Fifteen */
}
.youtube_channel .ytc_video_container iframe {
  margin-bottom: 0;
}
.youtube_channel .ytc_video_container a {
  border: none;
}
.youtube_channel.responsive {
  width: 100%;
}
.youtube_channel.responsive .ytc_video_container {
  width: 100%!important;
  /* responsive iframe */
}
.youtube_channel.responsive .ytc_video_container.ar16_9 .fluid-width-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.youtube_channel.responsive .ytc_video_container.ar4_3 .fluid-width-video-wrapper {
  position: relative;
  padding-bottom: 75%;
  /* 4:3; */
  height: 0;
}
.youtube_channel.responsive .ytc_video_container .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_channel .ytc_thumb {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  /* Aspect Ratio Thumbs */
}
.youtube_channel .ytc_thumb &gt; span {
  height: 0;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.youtube_channel .ytc_thumb &gt; span:before {
  content: " ";
  display: block;
  width: 84px;
  height: 59px;
  background-image: url(../img/yt_play.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0!important;
  margin-left: -42px;
  margin-top: -30px;
  cursor: pointer;
  transform: scale(0.85);
}
.youtube_channel .ytc_thumb:hover &gt; span:before {
  background-position: bottom center;
}
.youtube_channel .ytc_thumb.ar16_9,
.youtube_channel .ytc_thumb.ar16_9 &gt; span {
  padding-bottom: 56.26%;
}
.youtube_channel .ytc_thumb.ar4_3,
.youtube_channel .ytc_thumb.ar4_3 &gt; span {
  padding-bottom: 75%;
}
.youtube_channel .ytc_link {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.youtube_channel .ytc_link &gt; p {
  padding: 0;
  margin: 0;
}
.youtube_channel p.ytc_error {
  color: #DD0000;
}
.clearfix:after,
.widget_youtube-channel:after,
.youtube_channel:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
</pre></body></html>