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