.parallax-splash {
    /* background-image: url(images/header/los-angeles-1790986.jpg); */
    background-image: url(images/header/los-angeles.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.splash-overlay {
    width: 100%;
    height: 101%;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
}