@media only screen and (max-width: 600px) { .infobox { min-width: 100%; } } @media only screen and (min-width: 601px) { .infobox { width: 275px; } }