diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 0000000..ee50059
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1 @@
+go fuck yourself
\ No newline at end of file
diff --git a/src/lib/banner-title-alt.svelte b/src/lib/banner-title-alt.svelte
index 63d67ad..896767d 100644
--- a/src/lib/banner-title-alt.svelte
+++ b/src/lib/banner-title-alt.svelte
@@ -159,4 +159,30 @@
font-size: 1.3rem;
margin-top: 0;
}
+
+ @media screen and (max-width: 800px) {
+ .subcontainer {
+ height: fit-content;
+ flex-direction: column;
+ }
+ .text-container-wide {
+ bottom: 0;
+ left: 0;
+ top: initial;
+ width: 100%;
+ }
+ .text-container {
+ width: initial;
+ }
+ .img-container {
+ width: 100%;
+ }
+ .img-container img {
+ height: 200px;
+ }
+ .subtitle {
+ font-size: 1.0rem;
+ line-height: 1.1rem;
+ }
+ }
\ No newline at end of file
diff --git a/src/lib/banner-title.svelte b/src/lib/banner-title.svelte
index 61952ff..00c8c3c 100644
--- a/src/lib/banner-title.svelte
+++ b/src/lib/banner-title.svelte
@@ -27,17 +27,18 @@
\ No newline at end of file
diff --git a/src/lib/content-sidebar.svelte b/src/lib/content-sidebar.svelte
index eacb62b..9978214 100644
--- a/src/lib/content-sidebar.svelte
+++ b/src/lib/content-sidebar.svelte
@@ -10,7 +10,7 @@
\ No newline at end of file
diff --git a/src/lib/content.svelte b/src/lib/content.svelte
index 6a03f4c..71a1cb1 100644
--- a/src/lib/content.svelte
+++ b/src/lib/content.svelte
@@ -4,8 +4,15 @@
\ No newline at end of file
diff --git a/src/lib/footer.svelte b/src/lib/footer.svelte
index 356f23a..c2f58b0 100644
--- a/src/lib/footer.svelte
+++ b/src/lib/footer.svelte
@@ -46,10 +46,7 @@
\ No newline at end of file
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index cc45e07..8f2f683 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -5,12 +5,14 @@
let { children } = $props();
-