diff --git a/assets/css/hero.css b/assets/css/hero.css
index 468dc37..ac8188f 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -71,7 +71,7 @@
 .screenshot img {
   max-width: 80vmin;
   height: auto;
-  border-radius: 10px;
+  border-radius: 15px;
   border: 4px solid black;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 }
@@ -122,11 +122,7 @@
   .screenshot {
     width: auto;
     height: 330px;
-    background-color: white;
-    border: 5px solid black;
-    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
     border-radius: 13px;
-    overflow: hidden;
   }
   
   .screenshot img {