.richtext-with-background {
    padding: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-size: cover;

    h2:first-child {
        margin-top: 0;
    }
}