@media only screen and (max-width: 1000px) { /* place here CSS for when the screen is less than 1000px wide */ .card { width: 100%; } }
@media only screen and (max-width: 600px) { // styles go here }