section.module:last-child {
  margin-bottom: 0;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 50px 0 100px 0px;;
}
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: 100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  background-size:100% 100%;
}
section.module.parallax-2 {
  background-image: url(../images/parallax.jpg);
}

section.module.parallax-1 {
  background-image: url(../images/parallax1.jpg);
}


