I am using Inspinia theme and I can't get the carousel image to resize on mobile devices. The example of the page is here. The stylesheet can be seen here.
Now for the page the images are specified like:
.landing-page .header-back.one {
background: url('../img/landing/header_one.jpg') 50% 0 no-repeat;
}
.landing-page .header-back.two {
background: url('../img/landing/header_two.jpg') 50% 0 no-repeat;
}
The media section however, doesn't seem to have anything on how to resize:
@media (max-width: 767px) {
.landing-page .carousel-caption,
...
Can someone please help? Thank you.