Hi there,
Lovers is a specific theme and it seems that there are some problems regarding this unique design on mobile devices.
The theme is using a full height window and on the mobile the width is much smaller than the height. This fact doesn’t allow physically to work with the images in the way we wanted.
It will either crop those images and display the correct image ratio, or it will skew the image and display a distorted image.
In the third case, as you can see from the screen below, we can adjust it in order to fit the browser’s width and display the image with a lot of blank spaces(offset).
https://drive.google.com/a/red-sky.pl/file/d/0B11RflJnvBkjVWdDcGJFUjdLZWs/view?usp=drivesdk
.main-slider li {
background-size: contain !important;
}
I think that we have already chosen the best display mode for it’s responsive but I admit that it may doesn’t look too nice.
Best Regards