diff --git a/src/pages/watch/Watch.jsx b/src/pages/watch/Watch.jsx
index 1824eab..bc50039 100644
--- a/src/pages/watch/Watch.jsx
+++ b/src/pages/watch/Watch.jsx
@@ -352,28 +352,6 @@ export default function Watch() {
- {/* Seasons (Mobile only) */}
- {seasons?.length > 0 && (
-
-
More Seasons
-
- {seasons.map((season, idx) => (
-
-

-
-
-
- ))}
-
-
- )}
-
{/* Related Anime (Mobile only) */}
{!animeInfoLoading && animeInfo?.related_data?.length > 0 && (
@@ -406,10 +384,39 @@ export default function Watch() {
)}
-
-
+
+ {/* Sections */}
+
+ {seasons?.length > 0 && (
+
+
More Seasons
+
+ {seasons.map((season, index) => (
+
+

+
')`,
+ backgroundSize: '3px 3px'
+ }}
+ />
+
+
+
+ ))}
+
+
+ )}
+
>
);