diff --git a/templates/partials/hero.html.twig b/templates/partials/hero.html.twig
index 1b05a03..5b5ffc5 100644
--- a/templates/partials/hero.html.twig
+++ b/templates/partials/hero.html.twig
@@ -7,7 +7,7 @@
height: {{ hero_height }}px;
}
-@media (max-height: 1000px), (max-width: 700px) {
+@media (max-height: 900px), (max-width: 700px) {
.hero-scoped {
background:
{% if hero_image_small %}url({{ hero_image_small.url }}) {{ hero_horizontal_position }}% {{ hero_vertical_position }}%/{{ hero_size }} no-repeat{% endif %}