.parallax {
    background-image: url('/static/images/examples/bll_home_final.png');
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Enables Parallax Effect */
    background-repeat: no-repeat;
    width: 100%;
}
