@media only screen and (max-width: 600px) {
    .popular {
        width: unset !important;
        height: unset !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}
