.parallax-container {
  position: relative;
  overflow: hidden;
}
.mod_tm_parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
}
.mod_tm_parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.parallax-content {
  padding: 105px 0 52px;
}
.parallax-content h1 {
  max-width: 100%;
}
.parallax1 .parallax-content .moduleTitle {
  margin-bottom: 31px;
}
.parallax2 .parallax-content {
  padding: 105px 0 54px;
}
body.mobile .mod_tm_parallax {
  position: absolute;
}