#mdl-gallery-list .text-infomation {
  margin-top: 25px;
  height: 90px;
  color: #2A6431;
}

#mdl-gallery-list .text-infomation:hover {
   color: #FFC324;
}
   
#mdl-gallery-list a {
  text-decoration: none;
  color: #333;
}

#mdl-gallery-list a:hover {
  color: #00a1aa;
}

#mdl-gallery-list .title-video {
  font-size: 18px;
  text-transform: uppercase;
}

#mdl-gallery-list .video {
  margin-bottom: 10px;
}

#mdl-gallery-list .img-video {
  width: 100%;
  height: 220px;
  display: block;
  background-size: cover !important;
  position: relative;
}

#mdl-gallery-list .img-video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background: #999;
  -webkit-transform: rotateZ(5deg);
          transform: rotateZ(5deg);
  z-index: -1;
}

#mdl-gallery-list .img-video:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background: #999;
  -webkit-transform: rotateZ(-5deg);
          transform: rotateZ(-5deg);
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  #mdl-gallery-list .img-video {
    height: 160px;
  }
  #mdl-gallery-list .img-video:before {
    background-size: 30px;
    opacity: 1;
  }
  #mdl-gallery-list .title-video {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  #mdl-gallery-list .img-video {
    height: 220px;
  }
  #mdl-gallery-list .text-infomation p {
    font-size: 13px;
  }
  #mdl-gallery-list .title-video {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

/*#mdl-gallery-detail {
  margin-top: 30px;
}*/

#mdl-gallery-list .group-distance.top-group{
  margin-top: 30px;
}

#mdl-gallery-detail .gallery .pinto {
  outline: none;
  cursor: zoom-in;
}

#mdl-gallery-detail .gallery .pinto .bg {
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  transition: .5s;
}

#mdl-gallery-detail .gallery div {
  background-size: cover !important;
}

#mdl-gallery-detail .product-dff {
  margin-top: 0;
}

#mdl-gallery-detail .product-dff .line {
  border: none;
}

#mdl-gallery-detail .product-dff img {
  border-radius: 0;
}