diff --git a/static/css/map.css b/static/css/map.css
index 5680d427d6e6f3484f413b0d180df02ca355666b..7adb1d8adfb92a0e1866385abd88bc405d65d812 100644
--- a/static/css/map.css
+++ b/static/css/map.css
@@ -40,7 +40,8 @@ html, body {
 }
 
 /* Embed Mode - Hide UI stuff */
-#map.embed .leaflet-control {
+#map.embed .leaflet-control,
+#map.embed ~ #locate {
     display: none;
 }