@media screen and (min-width: 768px) {

   /* CYCLE BADGE */
    .list-template .recipients-view .recipients > .recipient.cycle-2019 picture:before,
    .list-template .recipients-view .recipients > .recipient.cycle-2020 picture:before  {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto !important;
        height: auto !important;
        background-color: #a0a7c3;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        padding: 5px !important;
        text-transform: uppercase;
        background-image: none !important;
    }

    .list-template .recipients-view .recipients > .recipient.cycle-2020 picture:before {
        content: "'20"  !important;
    }

    .list-template .recipients-view .recipients > .recipient.cycle-2019 picture:before {
        content: "'19"  !important;
    }
}