.registerteaser::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--wpr-bg-b6624f51-81c1-4dcb-97a0-5c893f38b034);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}