diff --git a/src/parallax-css-testpage/template.html b/src/parallax-css-testpage/template.html
index 76bcb7cd44f93d306832e5c03b82aff50bd3b311..4e26a8770ea90757318849f88c8b065651bc0ffd 100644
--- a/src/parallax-css-testpage/template.html
+++ b/src/parallax-css-testpage/template.html
@@ -90,15 +90,15 @@
                 // rendering height and it's the anchor to get the y offset
                 // to simulate scrolling.
                 contentId: 'content',
-                fps: 30,
-                depth: 2,
+                fps: 24,
+                depth: 2.5,
             },
             particles: {
-                amount: 100,
+                amount: 50,
                 color: 'white',
-                size: 30,
+                size: 40,
                 speed: 0.5,
-                lifespan: 3000 // in milliseconds
+                lifespan: 12000 // in milliseconds
             }
         }
         var bgParticleConfig = {
@@ -109,15 +109,15 @@
                 // rendering height and it's the anchor to get the y offset
                 // to simulate scrolling.
                 contentId: 'content',
-                fps: 16,
+                fps: 14,
                 depth: 0.08,
             },
             particles: {
-                amount: 200,
+                amount: 150,
                 color: 'white',
-                size: 10,
+                size: 7,
                 speed: 0.2,
-                lifespan: 4000 // in milliseconds
+                lifespan: 8000 // in milliseconds
             }
         }