Hi Richard,
I can help out here.
We have a themer’s guide to help you move and edit templates in your theme.
https://theeventscalendar.com/knowledgebase/themers-guide/
Following the guide you want to move and edit this file:
the-events-calendar\src\views\single-event.php
In that template you want to look for this coding around line 58:
<?php echo tribe_event_featured_image( $event_id, 'full', false ); ?>
There you could just change full to medium if that is the size you would like to use.
Let me know if you have any follow up questions.
Thanks