Met een media query kun je per schermgrootte instellen hoe items op je website getoond worden.


@media only screen and (max-width: 999px) {
// your code
}