diff --git a/src/components/events/MedicalEventsComponent.tsx b/src/components/events/MedicalEventsComponent.tsx
index 9a10da2..249bbd3 100644
--- a/src/components/events/MedicalEventsComponent.tsx
+++ b/src/components/events/MedicalEventsComponent.tsx
@@ -380,7 +380,7 @@ const MedicalEventsComponent = () => {
- {/* Item Rows */}
+ {/* Item Rows - FIXED IMAGE STYLING */}
{filteredItems().length === 0 ? (
@@ -398,10 +398,10 @@ const MedicalEventsComponent = () => {
onClick={() => navigateToDetail(item)}
>
- {/* Images Section */}
-
- {/* Main image */}
-
+ {/* Images Section - FIXED */}
+
+ {/* Main image - FIXED HEIGHT */}
+

{
- {/* Gallery grid - only for events */}
+ {/* Gallery grid - only for events - FIXED HEIGHT */}
{showGallery && (
-
+
{galleryImages.map((img, index) => (
-
+

{
className="cursor-pointer hover:bg-gray-50 p-2 rounded-lg transition-colors"
onClick={() => router.push(`/event-detail/${event.id}`)}
>
-