Go into header_media.php and you have there in 2 places get_template_part(‘templates/google_maps_base’);
replace that with
if ( !wp_is_mobile() ) { get_template_part('templates/google_maps_base'); }
Please note that some css adjustments may be required after this change
For half map go in templates\half_map_core.php and make the same change in one place.