diff --git a/index.html b/index.html
index 57408de..5d0b6cd 100644
--- a/index.html
+++ b/index.html
@@ -28,8 +28,8 @@
.image-container {
position: relative;
display: inline-block;
-width: 400px; /* Set the desired width for both images */
-height: 400px; /* Set the desired height for both images */
+width: 300px; /* Set the desired width for both images */
+height: 300px; /* Set the desired height for both images */
overflow: hidden;
background-color: #f0f0f2;
}