.campaign-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.campaign-badge + span.onsale {
    display: none!important;
}