diff --git a/spatial/static/spatial/images/map_example.png b/spatial/static/spatial/images/map_example.png
index e9e7d739e29c9e1f9a79594fcbd61a889076e4a5..335617ecab22502537c29f1f10bc3531e80ce0d0 100644
Binary files a/spatial/static/spatial/images/map_example.png and b/spatial/static/spatial/images/map_example.png differ
diff --git a/spatial/templates/spatial/index.html b/spatial/templates/spatial/index.html
index ba23156a777edd49c823b703bcdbe214c396df4e..744412e20d2e52e9cb155430c4988ca4494d8af3 100644
--- a/spatial/templates/spatial/index.html
+++ b/spatial/templates/spatial/index.html
@@ -23,7 +23,10 @@
 {% load i18n l10n static forecast_extras template_helper %}
 {% block title%}{% trans "VIPS risk maps" %}{%endblock%}
 {% block content %}
-<img src="{% static "spatial/images/map_example.png" %}" alt="Risk map example" style="height: 600px; padding: 10px 10px 10px 0px;"/>
+<figure>
+    <img src="{% static "spatial/images/map_example.png" %}" alt="Risk map example" style="float: right;width: 50%; padding: 15px 0px 0px 15px;"/>
+    <figcaption style="float:right; clear: right; font-style: italic; font-size: normal;">{% trans "Example map from the carrot rust fly temperature model" %}</figcaption>
+</figure>
 <h1>{% trans "VIPS risk maps" %}</h1>
 <p>{% trans "Risk maps show risks of infections of various plant pests based on weather data in a 1x1 km grid. The risks indicate whether the weather conditions are suitable for a pest to develop or spread, provided that other biological conditions are met."%}</p>
 <p>{% trans "The information in the map provides a regional overview without being dependent on stationary weather stations. Corresponding alerts for various perpetrators are also calculated with data from weather stations at fixed locations, where more detailed calculations can be retrieved via the display in the map on the VIPS front page."%}</p>