@developGr
In loop-single.php (-premium.php) search for:
<img src="<?php echo careerjob_profile_picture(osc_item_user_id(), 'small'); ?>" alt="<?php echo osc_esc_html((osc_item_user_id() > 0 ? $user['s_name'] : osc_item_contact_name())); ?>"/>
Replace it with:
<img src="<?php echo osc_resource_thumbnail_url(); ?>" alt="<?php echo osc_esc_html(osc_item_title()); ?>"/>
You may check sigma/bender theme for more clarity on functions to be used.