diff --git a/css/ebi-global.scss b/css/ebi-global.scss
index b23718fa5e5aff23aa517f1bca34a653b8eef756..c690c741e50e7a5b946c04c9b0fdeff8dbbd2b7b 100644
--- a/css/ebi-global.scss
+++ b/css/ebi-global.scss
@@ -129,7 +129,7 @@ a:active {
       display: block;
       height: 50px;
       width: 67px;
-      background-image: url("https://ebiwd.github.io/EBI-Framework/images/logos/EMBL-EBI/EMBL_EBI_Logo_white.svg");
+      background-image: url("../images/logos/EMBL-EBI/EMBL_EBI_Logo_white.svg");
       background-size: 64px 47px;
       background-repeat: no-repeat;
       margin-left: 6px;
@@ -553,7 +553,7 @@ a:active {
       display: block;
       height: 53px;
       width: 89%;
-      background-image: url("https://ebiwd.github.io/EBI-Framework/images/logos/EMBL-EBI/EMBL_EBI_Logo_black.svg");
+      background-image: url("../images/logos/EMBL-EBI/EMBL_EBI_Logo_black.svg");
       background-size: contain;
       background-repeat: no-repeat;
       margin-left: -.25rem;