.youtube_thumb {
  text-align: center;
  margin: 0;
  padding: 0 0px 0 0px;
  width: 210px;
}
.youtube_thumb-insertTop{
  background: url('images/top-flip-video.png') no-repeat;
  background-size: contain;
  padding: 12px 0 0 0;
}
.youtube_thumb-insertBottom{
  background: url('images/bottom-flip-video.png') no-repeat;
  background-position: bottom;
/*  background-size: contain;*/
  padding: 0 0 12px 0;
}
.youtube_thumb-insertContent{
  background: url('images/content-flip-video.png') 100% repeat-y;
  height: 100%;
/*  background-size: contain;*/
  padding: 0;
}

.youtube_thumb h3{
  color:#7C580B;
  font-size: 15px;
  font-family: helioscondcbold;
  padding: 5px 10px 0;
  min-height: 75px;
}
.youtube_thumb a {
  display: block;
  text-decoration: none;
}
.updated{
  color: #727C8B;
  padding: 5px 0 0 0;
  font-family: helioscondcbold;
}
.youtube_thumb img {
  width: 150px;
  margin: auto auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.view-count{
  font-size: 14px;
  color: #636D7F;
  padding: 3px 0 0 0;
  margin-bottom: 0;
  text-align: center;
}
.view-count span {
  background: left center url(images/eye.png) no-repeat;
  padding-left: 25px;
}
.ccm-layout-col-spacing{
    padding: 0 0;
    margin: 0 0 !important;
}