.parallax-image-panel {
    background-attachment: fixed;
    background-position: center center;
    height: 600px;
    padding: 12rem 8vw;
}

@media (max-width: 768px) {
    
    .parallax-image-panel {
        background-attachment: scroll;
    }
    
}