Hi there,
How about uploading smaller images? It’s loading okay on my mobile but one thing I noticed is that image doesn’t load instantly since it’s big. Example, http://i1.wp.com/sininvierno.com/wp-content/uploads/2016/07/dominical-1030470.jpg, this alone is 1.3mb
About the thumbnails, please add this CSS to your customizer’s custom CSS.
@media ( max-width: 979px ) {
.ilightbox-thumbnails {
display: none !important;
}
}
Hope this helps.