Can’t See Media Queries with Inspect Tool [closed]

I think I may have the solution below 🙂

Try adding this to your CSS file:

@media screen and (max-width: 479px) {
    .sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
        background-image: url('http://www.thousandgirlsinitiative.org/wp-content/uploads/2016/04/Wendy-mobile.jpg') !important;
    }
    #why-sponsor-homepage {
        padding: 20px;
    }
}

All I have done here is removed the space between url and the link of the image and it seems to work like a charm when I added the CSS via Google Developer Tool.