Hi @sariwo ,
You need to copy the template files countdown.php
and event-blocks.php
from wp-content/plugins/sportspress/templates/
to wp-content/themes/your-child-theme/sportspress/
. Then edit these files and replace sportspress-fit-icon
with sportspress-fit-medium
See more details about WordPress thumbnails here. You can event set custom sizes to your thumbnails by adding extra arguments to get_the_post_thumbnail() function on your template files.
Also a very handy plugin that will show all registered thumbnail sizes your site has, to decide if you want something different.
Thanks,
Savvas