.block-triple-banners .triple-banners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.block-triple-banners .banner {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0 10px;
}
.block-triple-banners .banner:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.block-triple-banners .banner img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-triple-banners .banner:before {
  border-radius: 7px;
  background-color: #000000;
  opacity: 0.54;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.block-triple-banners .banner-inner {
  position: relative;
  overflow: hidden;
}
.block-triple-banners .banner-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
}
.block-triple-banners .banner-title:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -63.5px;
  content: "";
  background: #FFF;
  height: 1px;
  width: 127px;
}

@media only screen and (max-width: 1800px) {
  .block-triple-banners .banner {
    max-width: 32%;
  }
}
@media only screen and (max-width: 1366px) {
  .block-triple-banners .banner-title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .block-triple-banners {
    margin: 20px !important;
  }
  .block-triple-banners .banner-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .block-triple-banners .triple-banners-wrapper {
    flex-wrap: wrap;
  }
  .block-triple-banners .banner {
    max-width: 100%;
  }
  .block-triple-banners .banner-title {
    font-size: 20px;
    line-height: 22px;
  }
  .block-triple-banners {
    margin-bottom: 0 !important;
  }
  .block-triple-banners .banner {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=block-triple-banners.css.map */
