#mdl-video-list .text-infomation {
  margin-top: 10px;
  height: 90px;
}

#mdl-video-list a {
  text-decoration: none;
  color: #333;
}

#mdl-video-list a:hover {
  color: #00a1aa;
}

#mdl-video-list a:hover .img-video:before {
  opacity: 1;
}

#mdl-video-list .title-video {
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  text-transform: uppercase;
}

#mdl-video-list .video {
  margin-bottom: 20px;
}

#mdl-video-list .img-video {
  width: 100%;
  height: 220px;
  display: block;
  background-size: cover !important;
  position: relative;
}

#mdl-video-list .img-video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4) url(../images/ic-play.png) no-repeat center center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#mdl-video-list .img-video .ic-film:before, #mdl-video-list .img-video .ic-film:after {
  content: '';
  position: absolute;
  background: url(../images/ic-film.png);
  width: 100%;
  height: 20px;
  z-index: 1;
}

#mdl-video-list .img-video .ic-film:before {
  top: 0;
}

#mdl-video-list .img-video .ic-film:after {
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  #mdl-video-list .img-video {
    height: 160px;
  }
  #mdl-video-list .img-video:before {
    background-size: 30px;
    opacity: 1;
  }
  #mdl-video-list .title-video {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  #mdl-video-list .img-video {
    height: 220px;
  }
  #mdl-video-list .text-infomation p {
    font-size: 13px;
  }
  #mdl-video-list .title-video {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

#mdl-video-detail {
  margin-top: 30px;
}

#mdl-video-detail .text-infomation {
  margin-top: 10px;
}

#mdl-video-detail .product-dff {
  margin-top: 0;
}

#mdl-video-detail .product-dff .line {
  border: none;
  padding-bottom: 0;
}

#mdl-video-detail .product-dff .line:nth-child(2) {
  margin-top: 33px;
}

#mdl-video-detail .product-dff .wrap-img {
  width: 100%;
  height: 160px;
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

#mdl-video-detail .product-dff .wrap-img:before {
  content: '';
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3) url(../images/ic-playSmall.png) no-repeat center center;
  -webkit-transition: .2s;
  transition: .2s;
}

#mdl-video-detail .product-dff .wrap-img:hover:before {
  opacity: 1;
}

#mdl-video-detail .product-dff .wrap-img .ic-film:before, #mdl-video-detail .product-dff .wrap-img .ic-film:after {
  content: '';
  position: absolute;
  background: url(../images/ic-film-small.png);
  width: 100%;
  height: 10px;
  z-index: 1;
  left: 0;
}

#mdl-video-detail .product-dff .wrap-img .ic-film:before {
  top: 0;
}

#mdl-video-detail .product-dff .wrap-img .ic-film:after {
  bottom: 0;
}

#mdl-video-detail .product-dff img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale();
          transform: scale();
}

#mdl-video-detail .product-dff .name-and-price .name {
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  #mdl-video-detail .product-dff .line {
    display: table;
    margin: 0 auto 10px;
  }
  #mdl-video-detail .product-dff .wrap-img {
    float: none;
  }
  #mdl-video-detail .product-dff .name-and-price {
    display: block;
  }
  #mdl-video-detail .product-dff .name-and-price .name {
    margin-top: 5px;
    text-align: center;
  }
}