$module: ".hero";
+
#{$module} {
background-image: url(../img/vertigo/hero.jpg);
margin-bottom: 350px;
position: relative;
+ &.large-title {
+ margin-bottom: 500px;
+
+ #{$module}__title {
+ img {
+ max-width: 73%;
+ }
+ margin: 0 auto;
+ position: relative;
+
+ @include mq($until: lg) {
+ padding-top: 60px;
+ }
+ @include mq($until: md) {
+ padding-top: 97px;
+ }
+ @include mq($until: sm) {
+ padding-top: 115px;
+ }
+ @include mq($until: xs) {
+ padding-top: 120px;
+ }
+ }
+ @include mq($until: lg) {
+ margin-bottom: 450px;
+ }
+ @include mq($until: md) {
+ margin-bottom: 350px;
+ }
+ @include mq($until: sm) {
+ margin-bottom: 300px;
+ }
+ @include mq($until: xs) {
+ margin-bottom: 90px;
+ }
+ }
+
@include mq($until: xs) {
height: 346px;
margin-bottom: 140px;
{% with home.images.all|get_type:'page_featured' as images %}
{% if images %}
-<div class="hero" style="background-image: url({{ MEDIA_URL}}{{ images.first.file }})">
+<div class="hero large-title" style="background-image: url({{ MEDIA_URL}}{{ images.first.file }})">
{% else %}
-<div class="hero">
+<div class="hero large-title">
{% endif %}
<div class="container">
- <div class="row">
-
- <div class="col-xs-7 col-xs-push-1 hero__left">
- <img src="{% static "img/vertigo/hero-left.png" %}" />
- <img class="hero__date" src="{% static "img/vertigo/hero-left-date.png" %}" />
- </div>
-
- <div class="col-xs-7 col-xs-push-1 hero__right">
- <img src="{% static "img/vertigo/hero-right.png" %}" />
-
- <p>
-
- </p>
- </div>
-
- </div>
-
- <div class="row">
-
- <div class="col-xs-16">
-
- <div class="hero__logo">
- <img src="{% static "img/vertigo/hero-logo.png" %}" />
- </div>
-
- </div>
-
- </div>
-
<div class="hero__title">
- <img src="{% static "img/vertigo/hero-title.png" %}" />
+ <img src="{% static "img/vertigo-starts/vertigo_tx.png" %}" />
</div>
</div>