Hide background image on mobile device

Hello! I tried the following code to make the background blue instead of just removing the background all together, but it’s not working:

<style> @media (max-width: 479px) { .marquee {
background-color: #0C2E4E;
} } </style>

The ultimate plan is to include an image of the computer screen in the background image (so it’s really large on desktop) and remove the smaller image of the desktop altogether.