diff --git a/layouts/custom/research.html b/layouts/custom/research.html
index d2dc31dcef37a8e0fa7398a300c3abe7c95d3e8d..2df34550b4f7ddf2bcd8464fcc6f47f506adcbe8 100644
--- a/layouts/custom/research.html
+++ b/layouts/custom/research.html
@@ -44,6 +44,10 @@
     }
 </style>
 <div class="content">
+    <div style="display:block; margin-left:auto; margin-right:auto; width:50%; text-align:center">
+        <img src="/images/CT_huLUT.gif" style="display:block; margin-left:auto; margin-right:auto; width:75%;">
+        <p style="font-size:10px; line-height:1em">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab</p>
+    </div>
     <div class="section">
         <H1 align="center">Overview</H1>
         <p style="text-align:justify; font-size:18px">
diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html
index ac2769865725301ed7f00344e2767bc441af8f5f..b8a273d8902c046ffe1706b75e86f3334492ffbb 100644
--- a/layouts/custom/sc.data.html
+++ b/layouts/custom/sc.data.html
@@ -65,15 +65,7 @@
     }
 </style>
 
-<br>
-<div style="display:block; margin-left:auto; margin-right:auto; width:25%; text-align:center">
-    <img src="/images/CT_huLUT_seg.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
-    <i style="font-size:12.5px">purple represents prostatic urethra, yellow are ejaculatory ducts and green are primary prostatic ducts</i>
-    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab, segmentation was done by Zhiguo Shang from the Bioinformatics Core Facility at the University of Texas Southwestern Medical Center</p>
-  </div>
-
 <div class="content">
-    <hr>
     <h2>Visualization of Published Data with <a href="https://cellxgene.cziscience.com/">CZI's cellxgene</a></h2>
     {{ range where (where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false) "Params.date.Year" 2021 }}
         {{ if in .Params.name "Human" }}
@@ -121,13 +113,13 @@
             <div class="contentsFull">
                 <div class="row">
                     <div class="columnImg">
-                        <p class="GenesName" style="background-color:black;"></p>
                         <img class="Genes img" src="/gene.cloud/Genes.hu.2020.png"
                             alt="Human Genes searched in 2020 using the legacy visualization" style="height:75%; width:75%">
                         <img class="Genes img" src="/gene.cloud/Genes.mu.2020.png"
                             alt="Mouse Genes searched in 2020 using the legacy visualization" style="height:75%; width:75%">
                         <img class="Genes img" src="/gene.cloud/City.ALL.2020.png"
                             alt="Origination City of Gene Searchers searched in 2020 using the legacy visualization" style="height:75%; width:75%">
+                        <p class="GenesName" style="background-color:black;"></p>
                 </div>
                 <div class="row">
                     <div class="columnNav">
diff --git a/layouts/index.html b/layouts/index.html
index 7194a42537685a096b0ee3089e97a5dda7570051..cce3a07f2910c992e918fb1acf0fff5485379a7d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,9 +13,11 @@
   {{ end }}
   <br>
   <div style="display:block; margin-left:auto; margin-right:auto; width:50%; text-align:center">
-    <img src="/images/CT_huLUT.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
-    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab</p>
+    <img src="/images/CT_huLUT_seg.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
+    <i style="font-size:12.5px">purple represents prostatic urethra, yellow are ejaculatory ducts and green are primary prostatic ducts</i>
+    <p style="font-size:15px">nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab, segmentation was done by Zhiguo Shang from the Bioinformatics Core Facility at the University of Texas Southwestern Medical Center</p>
   </div>
+  <br>
   {{ partial "pagination.html" . }}
 </div>