diff --git a/static/home.css b/static/home.css
index e3f9c66180e8cb60eea3d9d12782b1baddbeeb13..b1bc6b33668d22ecc8bbd661989cf46888e1a538 100644
--- a/static/home.css
+++ b/static/home.css
@@ -462,7 +462,7 @@
 .body_section .banner{
     width: 100%;
     height: 70vh;
-    background-image: linear-gradient(rgba(32, 31, 31, 0.55),rgba(36, 35, 35, 0.55)), url(./images/Home/banner_3.jpg);
+    background-image: linear-gradient(rgba(32, 31, 31, 0.55),rgba(36, 35, 35, 0.55)), url(https://static.igem.wiki/teams/4746/wiki/banner-3.jpg);
     background-position: center;
     background-size: cover;
 }