.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /**
     * Default height
     */
}
 


/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}*/
