.parallaxContainer{
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 150vh;
    background-size: contain;
    float: left;
}