diff --git a/exquisite_branch/templates/display_mako.html b/exquisite_branch/templates/display_mako.html
index 63b4ccf..909e8f5 100644
--- a/exquisite_branch/templates/display_mako.html
+++ b/exquisite_branch/templates/display_mako.html
@@ -13,7 +13,7 @@
<% transform = '' %>
% for branch in stream:
- <% transform = transform + ' rotate(' + str(random() * 0.02) + 'turn) translateX(100%)'%>
+ <% transform = transform + ' rotate(' + str((random() * 2 - 1) * 0.02) + 'turn) translateX(100%)'%>
${branch['content']}
% endfor