.registerteaser::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--wpr-bg-61863a84-7c7d-416a-acd5-cc8b0b9eb237);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}