Check out my bootstrap website which features a slider: here
Although the slider image is displaying correctly on desktops, it's not fitting properly on mobile devices. I've tried adjusting the CSS with the following code:
@media only screen and (max-width: 600px)
.n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image {
background-size: 400px !important;
}
The CSS was effective previously, but now it seems to have stopped working. Any suggestions on how to make sure the slider image fits perfectly on mobile screens would be greatly appreciated. Thank you in advance.