diff --git a/project/templates/blocks/baner.html b/project/templates/blocks/baner.html
index e7ac8c19..df8b81e0 100644
--- a/project/templates/blocks/baner.html
+++ b/project/templates/blocks/baner.html
@@ -1,7 +1,16 @@
{% if baner %}
-
-
{{ baner.text }}
-
{{ baner.button_text }}
+
{% endif %}
diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass
index 77c487af..6cecc9c0 100755
--- a/web/src/sass/_common.sass
+++ b/web/src/sass/_common.sass
@@ -4296,10 +4296,19 @@ a
height: 140px
text-align: center
color: #fff
- padding-top: 50px
- background-repeat: no-repeat
- background-position: center
- background-size: cover
+ background: white
+ +m
+ height: auto
+ &__image
+ height: 100%
+ +m
+ height: auto
+ width: 100%
+ display: block
+ &__content
+ position: absolute
+ width: 100%
+ margin-top: -110px
&__text
font-size: 30px
text-shadow: 0px 0px 3px rgba(0, 0, 0, 1)