Hi, I’m working on a site and I’m using background images so I can use the parallax effect and they’re spot on for how I want them to look on a desktop, but when I view it on a mobile, the image is way too small. I’ve tried to add some CSS to it myself, using the ‘Customize’ Class for the section, but it’s not working! Would you mind taking a look for me please and let me know what I’m doing wrong!
Here’s the CSS:
@media (min-width: 0px) and (max-width: 500px) {
.responsive-image-size {
background-size: 250% !important;
}
The section/background image I’ve used it on is under the section with the large title ‘Branding Agency.’ Here’s a screen grab of the pic for your reference:

I’ll put the URL in a secure note as it’s on a temp link.
Thanks!