lynnmora
Hi
Slideshow does not fit in the small devices due to text design and background images. Its not possible to make exact view in the mobile this is why its set to hidden.
You can try this code in custom.css file to make some tweak
@media(max-width:468px){.ja-ss-desc h3{font-size: 14px!important;}
.rightright.active .ja-ss-desc, .ja-slideshow .container {width: 100%!important;left:10px!important;}
}