div#membership-page:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/BG_gradientTop.webp);
    width: 100%;
    min-height: 530px;
    top: -78px;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: top;
}


div#membership-page:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/BG_gradientBottom.webp);
    width: 100%;
    min-height: 530px;
    bottom: 0px;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: bottom;
}
