
.parallaxTest {
  /* The image used */
  background-image: url("../img/slide-3.jpg");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
