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