Hi,
This issue come from you css, you set height and relative positions, then the files part don't have appropriate css rules, that's why it's broking the display. Or you have maybe edited a view and there is missing tags, or this part should be inside another div, etc.
You could potentially add the following css property:
.hikashop_product_files_main{
position: relative;
top: -590px;
}
The code of the view "product / show_block_product_files" don't allow to display an image, it is only displaying a link.