diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
index 920f19c2412071d370eb7d311f7370a7da11a01c..c923d9f4105a909f4323b35e431a367cbedd6028 100644
--- a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
+++ b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
@@ -500,13 +500,11 @@
 
 
     <xsl:template name="itemSummaryList-DIM">
+        <!-- Generate the thumbnail, if present, from the file section -->
+        <xsl:apply-templates select="./mets:fileSec" mode="artifact-preview"/>
         <!-- Generate the info about the item from the metadata section -->
         <xsl:apply-templates select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim"
             mode="itemSummaryList-DIM"/>
-        <!-- Generate the thumbnail, if present, from the file section -->
-        <!--
-        <xsl:apply-templates select="./mets:fileSec" mode="artifact-preview"/>
-        -->
     </xsl:template>
     
     <!-- A community rendered in the detailView pattern; default way of viewing a community. -->