Hello There,
Thanks for writing in!
It appears that in your child theme’s style.css file (http://bit.ly/27lzST0), you have added this code:
/* Hide Slider on Mobile */
@media (max-width: 480px) {
.x-slider-container.above, .x-slider-container.below {
display: none;
}
}
which will force the slider to be hidden on smaller screens. If you remove this code, you will see a big difference how your slider will be displayed on the page on smaller screens.