.registerteaser::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--wpr-bg-c3a4e8ea-2714-4d60-a396-90948519f034);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}