Hi Ger,
You can use this custom css to show that button:
@media (max-width: 480px) {
.slideshow .slider-content-inner .group-action {
display: block !important;
}
}
put into the file: /templates/ja_lawfirm/css/custom.css (Create this file if it doesn't exist)
Regards