diff --git a/static/homepage.css b/static/homepage.css
index 0ae8924deb4533d866b9383ee81557740fdb2217..488eeab3c73acefecca8c54eba8e6b29df5a40ba 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -162,13 +162,15 @@
 }
 .homepage-content-img2{
     top: 1358px;
-    transform: translateX(40%);
-    width: 459.74px;
-    height: 236.979px;
+    /* transform: translateX(40%); */ transform: translateX(0%);
+    /* width: 459.74px; */ width: auto;
+    /* height: 236.979px; */ height: auto;
+    max-width: 100%; /* Ensure it doesn’t overflow */
     flex-shrink: 0;
     border-radius: 33.854px;
-    background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 40% no-repeat;
-    opacity: 0;
+    background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 50% no-repeat;
+    /* background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 40% no-repeat; */ 
+    /* opacity: 0; */ opacity: 1;
     transition: all 0.5s linear;
 }
 .homepage-content-img3{