.ebg-module-video-picText ul li .box .text h3 {
  line-height: 1.27272727;font-size: 22px;margin-top: -3px;margin-bottom: -3px;
}
@media (max-width: 1600px) {
  .ebg-module-video-picText ul li .box .text h3 {
    line-height: 1.4;font-size: 20px;margin-top: -4px;margin-bottom: -4px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-video-picText ul li .box .text h3 {
    line-height: 1.33333333;font-size: 18px;margin-top: -3px;margin-bottom: -3px;
  }
}
@media (max-width: 750px) {
  .ebg-module-video-picText ul li .box .text h3 {
    line-height: 1.5;font-size: 16px;margin-top: -4px;margin-bottom: -4px;
  }
}
.ebg-module-video-picText ul li .box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
}
.ebg-module-video-picText ul li .box .pic {
  display: block;
}
.ebg-module-video-picText ul li .box .pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ebg-module-video-picText ul li .box .pic img {
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ebg-module-video-picText ul li .box .pic:after {
  padding-top: 56.25%;
}
.ebg-module-video-picText ul li .box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.ebg-module-video-picText ul li .box .text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 149px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(100%, #000), color-stop(0, #000));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000 100%, #000 0);
  background-size: cover;
}
.ebg-module-video-picText ul li .box .text h3 {
  color: #fff;
  z-index: 1;
  position: relative;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .ebg-module-video-picText ul li .box .text h3 {
    font-size: 18px;
  }
}
.ebg-module-video-picText ul li .box .text .video-btn-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ebg-module-video-picText ul li .box .text .video-btn-icon img {
  position: absolute;
  width: 11%;
  height: auto;
  left: 30px;
  top: -30px;
}
@media (max-width: 1600px) {
  .ebg-module-video-picText ul li .box .text .video-btn-icon img {
    top: -20px;
  }
}
.ebg-module-video-picText ul li .box .text .video-btn-icon img:nth-child(2) {
  -webkit-animation: video-btn-icon 1s linear infinite;
          animation: video-btn-icon 1s linear infinite;
}
.ebg-module-video-picText .ebg-cistern-l > .ebg-btn-box {
  text-align: center;
}
