<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** hf.css */
.listingWrapper .listingCont .listingContImg {
    max-width: 171px; 
}

.listingWrapper .listingCont .listingContImg img {
    width: 100%; 
}

@media only screen and (max-width : 480px) {
    .listingWrapper .listingCont .listingContImg {
        max-width: unset; 
        width: 100%; 
    }
}</pre></body></html>