.parallax {
    background: none;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}