.parallax-container {
  color: white;
  overflow: hidden;
  margin-bottom: 6.4%;
  padding: 12% 0 11%;
  position: relative;
}
.parallax-container .moduleTitle {
  color: white;
}
.parallax-container .moduleTitle.rotate {
  left: 2.4%;
  top: 47%;
}
.parallax-container .moduletable {
  position: static;
}
.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;
}
body.mobile .mod_tm_parallax {
  position: absolute;
}