Media Query doesn't work for me...

Hi there My first post, so please be kind with me. BSS interprets only the

#peli-melo-easy {
  background-image: url("peli-melo-3-formats-591px.jpg");
}

and not

    @media (min-width: 768px)
    #peli-melo-easy {
    background-image: url("peli-melo-3-formats-1920px.jpg");
    }

Screenshot

Ok it works if I add

!important

in

@media (min-width: 768px)
background-image: url("Peli-Melo-Deco-1920px.jpg ") !important;

Someone can confirm this is the trick ?

You should open the styles.css file and make sure the @media (min-width: 768px) is below the other css block without the media query. If its above then use the up down tick markers to drag it below.

!important should not be necessary.

So dumb that this forum software won't let you delete a post.