diff --git a/_sass/_base.scss b/_sass/_base.scss
index 4cf031a18..7bde03d27 100644
--- a/_sass/_base.scss
+++ b/_sass/_base.scss
@@ -180,11 +180,11 @@ header {
   width: 100%;
   min-height: auto;
   overflow-y: hidden;
-  background: url("ombiwebtest/img/bg-pattern.png"), $head-primary;
+  background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), $head-primary;
   /* fallback for old browsers */
-  background: url("ombiwebtest/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary);
+  background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary);
   /* Chrome 10-25, Safari 5.1-6 */
-  background: url("ombiwebtest/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary);
+  background: url("https://dalcon007.github.io/ombiwebtest/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   color: white;
   .header-content {
@@ -322,7 +322,7 @@ section {
     background-size: cover;
     -o-background-size: cover;
     background-position: center;
-    background-image: url('ombiwebtest/img/bg-cta.jpg');
+    background-image: url('https://dalcon007.github.io/ombiwebtest/img/bg-cta.jpg');
     padding: 250px 0;
     .cta-content {
       position: relative;
@@ -351,7 +351,7 @@ section {
     background-size: cover;
     -o-background-size: cover;
     background-position: center;
-    background-image: url('ombiwebtest/img/donate.jpg');
+    background-image: url('https://dalcon007.github.io/ombiwebtest/img/donate.jpg');
     padding: 250px 0;
     .cta-content-donate {
       position: relative;