diff --git a/static/homepage.css b/static/homepage.css
index 1d0f5668d33a9ad99e566ea0b6e223b7d314ad1c..0ae8924deb4533d866b9383ee81557740fdb2217 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -150,9 +150,10 @@
 /* content images style: */
 .homepage-content-img1{
     top: 930px;
-    transform: translateX(-73%);
-    width: 349.375px;
-    height: 526.094px;
+    /* transform: translateX(-73%); */ transform: translateX(0%);
+    /* width: 349.375px; */ width: auto;
+    /* height: 526.094px; */ 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-atom.svg"), 50% / cover no-repeat;