.parallax {
    width: 100%;
    height: auto;
    background: url(../img/parallax1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}