I am new to CSS. I have added the code in to make the image responsive, but when I switch to mobile view, the image is not adjusting.
Here is my css -
element.style {
width: 100%;
height: auto;
background-image: url(dummy/banner_wide.png);
Not sure what is wrong?