@@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function() {
var screenWidth = window.innerWidth;
var duration;
if (screenWidth < 600) {
- duration = 12200; // Smaller screen
+ duration = 5000; // Smaller screen
} else if (screenWidth < 1200) {
duration = 12000; // Medium screen
} else {