.tag{
    background: url(../../../../public/images/Discount/tag.png);
    background-size: 100% 100%;
}


@media (max-width: 640px) {
    .tag {
        background: unset;
    }
}