.pagecontent { background: url("/static/snow.gif"); border: 3px inset black; color: black; } @media screen and (max-width: 800px) { .pagecontent { width: calc(100% - 4px); } }