Media Query not working

Hello All,

I'm following the tutorial on remaking tesla's website and I can't quite get my media queries to work ( Video - https://youtu.be/deZ0C6oS2gw?t=169 )

I followed the instructions for creating the media query to show a more high quality picture at a larger resolution, but when I expand it - it's the same picture.

To make sure I wasn't going crazy I set a different picture to change upon the media query and that wasn't working either.

I've attached an image in case I haven't been clear enough. https://postimg.cc/XGLsRL6x

Thanks in advance!

Get rid of the inline styles and create a class for those. Only way you are ever going to overide a inline is to write !important on your css. You need css for the lower background picture without any media query...no inline styles.