Blog Post Title Above Featured Image

I was wondering if it’s possible to put the title of the blog posts above the featured image? If it is, could you please tell me the way?

Thank you in advance!

P.S. One of the best themes I’ve seen in my life.

This is code used for featured images inside content.php (for blog page) and content-single.php for single post view.
<?php the_post_thumbnail( 'sparkling-featured', array( 'class' => 'single-featured' )); ?>

This line of code is already there, so you just have to move it to place where you want featured images to appear. Possibilities are endless here but in some cases it might break theme layout but CSS tweaks are up to you.