diff --git a/ungleich_page/templates/ungleich_page/glasfaser/section_with_image.html b/ungleich_page/templates/ungleich_page/glasfaser/section_with_image.html
index 3673ced0..207d7ec4 100644
--- a/ungleich_page/templates/ungleich_page/glasfaser/section_with_image.html
+++ b/ungleich_page/templates/ungleich_page/glasfaser/section_with_image.html
@@ -1,4 +1,4 @@
-<div class="intro-header" style="background:url({{ image.url }}) no-repeat center center" id="home">
+<div class="intro-header" style="background:url({{ image.url }}) no-repeat center center background-size: cover; background-position: left; background-color: rgb(118, 140, 163); background-attachment: fixed; flex-direction: column; align-items: flex-start; justify-content: space-between; padding-top: 70px;" id="home">
   <div class="price-tag-container">
     <div class=""></div>
   </div>