component-video-list-c { 
  position: relative;
  display: block;
}
component-video-list-c .outer-container {
  display: block;
  position: relative;
}
component-video-list-c .block-video-list {
  width: 100%;
 /* height: 360px;*/
 /* background-color: white;*/
  /*margin-bottom: 30px;*/
  outline: none;
}
component-video-list-c .block-video-list .video-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
  transition: all 0.3s;
  opacity: 0.7;
}
component-video-list-c .block-video-list .video-cover.no {
  background-color: grey;
}
component-video-list-c .block-video-list .video-description {
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  cursor: pointer;
}
component-video-list-c .block-video-list .video-description .left {
  float: left;
  height: 100%;
  padding: 10px 0px 10px 20px;
  line-height: 1.9;
  transition: all 0.3s;
}
component-video-list-c .block-video-list .video-description .left .sub-info {
  color: white;
  font-size: 11px;
  letter-spacing: 2px;
  font-family: monospace;
}
component-video-list-c .block-video-list .video-description .left .main-info {
  color: white;
  font-size: 16px;
  font-family: 'Open Sans', Sans-serif;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
}
component-video-list-c .block-video-list .video-description .right {
  float: left;
  width: 60px;
  height: 100%;
  opacity: 0;
  line-height: 90px;
  transition: all 0.3s;
}
component-video-list-c .block-video-list .video-description .right img {
  line-height: 90px;
  margin: 0px 10px;
}
component-video-list-c .block-video-list .video-description .right img.darkImg {
  display: none;
}
component-video-list-c .block-video-list:hover .video-cover {
  height: 250px;
  opacity: 1;
}
component-video-list-c .block-video-list:hover .video-description {
  height: 110px;
  background-color: white;
}
component-video-list-c .block-video-list:hover .video-description .left {
  padding: 20px 0px 10px 20px;
}
component-video-list-c .block-video-list:hover .video-description .left .sub-info {
  /*color: black;*/
}
component-video-list-c .block-video-list:hover .video-description .left .main-info {
  /*color: black;*/
}
component-video-list-c .block-video-list:hover .video-description .right {
  height: 110px;
  opacity: 1;
  line-height: 110px;
}
component-video-list-c .block-video-list:hover .video-description .right img {
  line-height: 110px;
}
component-video-list-c .block-video-list:hover .video-description .right img.darkImg {
  display: none;
}
@media (max-width: 767px) {
  component-video-list-c .block-video-list {
    /*height: 450px;*/
  }
  component-video-list-c .block-video-list .video-cover {
    height: 360px;
    opacity: 1;
  }
  component-video-list-c .block-video-list .video-description {
    height: 90px;
  }
  component-video-list-c .block-video-list:hover .video-cover {
    height: 340px;
    opacity: 1;
  }
  component-video-list-c .block-video-list:hover .video-description {
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  component-video-list-c .block-video-list {
    /*height: 400px;*/
  }
  component-video-list-c .block-video-list .video-cover {
    height: 310px;
    opacity: 1;
  }
  component-video-list-c .block-video-list .video-description {
    height: 90px;
  }
  component-video-list-c .block-video-list:hover .video-cover {
    height: 290px;
    opacity: 1;
  }
  component-video-list-c .block-video-list:hover .video-description {
    height: 110px;
  }
}
component-video-list-c .outer-video-player {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 11000;
  display: none;
}
component-video-list-c .outer-video-player.active {
  display: block;
}
component-video-list-c .outer-video-player .overlay-backdrop {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
  top: 0;
  left: 0;
}
component-video-list-c .outer-video-player .overlay-player {
  width: 100%;
  height: 100vh;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
}
component-video-list-c .outer-video-player .overlay-player .display-table {
  width: 100%;
}
component-video-list-c .outer-video-player .overlay-player .display-table .display-table-cell * {
  max-width: 100%;
}
component-video-list-c .outer-video-player .overlay-player .display-table #video-player {
  opacity: 0;
  transition: all 0.3s;
}
component-video-list-c .outer-video-player .overlay-player .display-table #video-player.after {
  opacity: 1;
}
component-video-list-c .outer-video-player .overlay-close {
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0.7;
  outline: none;
  z-index: 3;
}
component-video-list-c .outer-video-player .overlay-close:hover {
  opacity: 1;
}
component-video-list-c .outer-video-player .overlay-close img {
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.3s;
}




component-video-list-c .bb-button {
    display: block;
    position: relative;
    width: 100%;
    color: #fcf9f5 !important;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
/*   component-video-list-c .bb-button:before {
    content: '';
    position: absolute;
    width: 76px;
    height: 76px;
    top: -38px;
    right: -38px;
    opacity: .7;
    z-index: 2;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/
@media only screen and (min-width: 1000px){
    component-video-list-c .unit .bb-button .content {
        font-size: 1em;
    }
}
 component-video-list-c .bb-button .content {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 90%;
    transform: translate(0, -50%);
}
component-video-list-c .bb-button .bg-img {
    position: absolute;
    width: 103%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
component-video-list-c .bb-button .content h5 {
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
}
h5 {
    font-size: 1.1em;
    margin: 20px 0 0;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}
 component-video-list-c .bb-button .content p {
    margin: 0;
    height: 0;
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
component-video-list-c .bb-button .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 40%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* component-video-list-c .bb-button.eat-white:after {
    width: 2em;
    height: 2em;
    background-position: -44.885em -18.25em;
}*/
component-video-list-c .bb-button:hover .content p, .bb-button:active .content p {
    transform: translate(0, 0);
    opacity: 1;
}
 component-video-list-c .bb-button:hover .bg-img, .bb-button:active .bg-img {
    right: -3%;
}
component-video-list-c .bb-button:hover .bg, .bb-button:active .bg {
    opacity: 1;
}
@media only screen and (min-width: 1000px){

   component-video-list-c .unit .bb-button {
        padding-bottom: 85% !important;
    }
}
@media only screen and (min-width: 690px){
   component-video-list-c .unit {
       /* float: left;*/
        margin: 0;
        padding: 5px !important;
    }
}

 component-video-list-c .unit {
       /* float: left;*/
        margin: 5px 0;
    }