Take Tumblr Back to the Rightside Up

No upside down ad on Tumblr for Stranger Things, please. (Hides only the Stranger Things ads not currently hidden by New XKit or XKit Rewritten.)

/* ==UserStyle==
@name           Take Tumblr Back to the Rightside Up
@namespace      https://greasyfork.org/users/662334
@version        1.0.0
@description    No upside down ad on Tumblr for Stranger Things, please. (Hides only the Stranger Things ads not currently hidden by New XKit or XKit Rewritten.)
@author         citrusella
@license        CC-BY-SA-4.0
@supportURL     https://citrusella-flugpucker.tumblr.com
==/UserStyle== */

@-moz-document domain("tumblr.com") {
    .nnpB9.L5BHV, .QOMh2 img {
        display: none;
    }
    .QOMh2 a div {
        background-image: url(https://imgur.com/W1qHKEx.png) !important;
        background-repeat: no-repeat;
        height: 33px;
        width: 33px;
        background-size: 14px 27px;
        background-position: center;
    }
}