diff --git a/attached_assets/image_1762641414172.png b/attached_assets/image_1762641414172.png new file mode 100644 index 0000000..38a9d47 Binary files /dev/null and b/attached_assets/image_1762641414172.png differ diff --git a/static/css/styles.css b/static/css/styles.css index 0e2e7fc..f4fae21 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -347,11 +347,12 @@ hr { .hero-image-section { position: relative; - width: 100%; - height: 700px; - border-radius: 20px; + width: 100vw; + height: 100vh; + border-radius: 0; overflow: hidden; - margin: 48px 0 32px 0; + margin: 0; + margin-left: calc(-50vw + 50%); } .hero-team-image { @@ -361,6 +362,7 @@ hr { position: absolute; top: 0; left: 0; + filter: grayscale(100%); } .hero-overlay { @@ -1328,9 +1330,9 @@ span.emoji:hover::after { } .hero-image-section { - height: 600px; - margin: 24px 0 24px 0; - border-radius: 16px; + height: 100vh; + margin: 0; + border-radius: 0; } .hero-text-container {