.show-for-small { display: none; } .show-for-medium { display: none; } .show-for-large { display: block; } @media only screen and (max-width: 1068px) { .show-for-small { display: none; } .show-for-medium { display: block; } .show-for-large { display: none; } } @media only screen and (max-width: 735px) { .show-for-small { display: block; } .show-for-medium { display: none; } .show-for-large { display: none; } }