.registerteaser::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--wpr-bg-7e5a8a14-8ffa-4e96-a105-35af96c9b6c9);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}