.bp-badge {
    position: absolute;
    right: 25px;
    margin-right: 0;
    top: 100px;
    width: 110px;
    height: 110px;
    padding-top: 32px;
    z-index: 9;
    transform: rotate(15deg);
    text-transform: uppercase;
    font-weight: bold;
    background-image: url('/assets/img/bg/BG_BG_ROT5.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    line-height: 22px;
    box-shadow: none;
}
.bp-badge-sm {
    position: absolute;
    right: 25px;
    margin-right: 0;
    top: 100px;
    width: 90px;
    height: 90px;
    padding-top: 28px;
    z-index: 9;
    transform: rotate(15deg);
    text-transform: uppercase;
    font-weight: normal;
    background-image: url('/assets/img/bg/BG_BG_ROT5.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    line-height: 18px;
    box-shadow: none;
}

/*  
@media only screen and (max-width: 479px) {
    .bp-badge {
        display: none;
    }
    .bp-badge-sm {
        display: block;
    }
}
@media only screen and (min-width: 480px) {
    .bp-badge {
        display: block;
    }
    .bp-badge-sm {
        display: none;
    }
}
*/