Open dev tools and select networking - this page performs so many concurrent requests to load images, it will never work on medicore connection using mobile device. It even fetches/tries to renders one that are 404.
It's not that bad. The images are ~20kb each and it fetches ~10 images on the landing page. If I throttle the network to Fast 3G in chrome, the whole site takes about 10 seconds to load.
Also, it loads more than 10 when you start scrolling.