.pdb-parallax-divider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    z-index: 0;
    margin-bottom: 60px;
}

/* Mobil: ta bort parallax men visa korrekt */
@media (max-width: 768px) {
    .pdb-parallax-divider {
        background-attachment: scroll !important;
    }
}


.alignfull.pdb-parallax-divider {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}


body {
    overflow-x: hidden;
}