@media only screen and (min-height: 500px) { /* place here CSS for when the screen is more than 500px tall */ .card { background: #111; } }