Always place at bottom after the main rules
At 720px or less make .case-study disappear on a mobile
This will only affect mobile users.
@media only screen and (min-width : 720px) {
.case-study {
display: none;
}
}
Have a look for other types of media query











