|
|
@ -7,7 +7,7 @@
|
|
|
|
height: {{ hero_height }}px;
|
|
|
|
height: {{ hero_height }}px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-height: 1000px), (max-width: 700px) {
|
|
|
|
@media (max-height: 900px), (max-width: 700px) {
|
|
|
|
.hero-scoped {
|
|
|
|
.hero-scoped {
|
|
|
|
background:
|
|
|
|
background:
|
|
|
|
{% if hero_image_small %}url({{ hero_image_small.url }}) {{ hero_horizontal_position }}% {{ hero_vertical_position }}%/{{ hero_size }} no-repeat{% endif %}
|
|
|
|
{% if hero_image_small %}url({{ hero_image_small.url }}) {{ hero_horizontal_position }}% {{ hero_vertical_position }}%/{{ hero_size }} no-repeat{% endif %}
|
|
|
|