Post body text occupying featured image space before it loads

You can set post featured image space with css.

like this:

img.featured_image{
    width: 50px;
    height: 50px;
}