/* Fixed Parallax Backgrounds */
.parallax-fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.bg-services {
    background-image: url('../img/engine.png');
}

.bg-why-us {
    background-image: url('../img/brakes.png');
}

.bg-gallery {
    background-image: url('../img/suspension.png');
}

.bg-contact {
    background-image: url('../img/hero-bg.png');
}