.bg-image
{
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.img-parallax
{
    background-attachment: fixed
}
@media only screen and (max-device-width: 1340px) {
    .img-parallax {
      background-attachment: scroll;
    }
}