The home slider images were disabled for the mobile version with the purpose to speed up site load.
How it looks like in the desktop version:
How it looks like in the mobile version:

If you want to enable slider images in the mobile view either, please, add the following CSS code to Customize -> Additional CSS:
@media (max-width: 580px) { .main-slider .slider-thumb-img { display: block; }}
Then, the main slider in the mobile version will be looked like this:
