@media screen and (min-width:768px) {
div.product-list-item.sold-out:after {
content: "SOLD";
position: absolute !important;
visibility: visible;
background-color: #fff;
bottom: 10px;
right: 10px;
padding: 5px 10px;
color: #a44f4f;
font-family: bennet-banner;
font-weight: 600;
}}