Double image in frame problem

Hi, I need help. Whenever I add a description to an image, two appear in the same frame. How can i solve?

Example of a problem on my site

Hey there

Can be fixed by this custom css:

figure.thumbnail > img {
    display: none !important;
}

Add it in the appearance > customize > additional css