#map {
    height: 400px;
    width: 100%;
}
.preview-img {
    max-width: 100%;
    height: 200px; /* Fixed height for all images */
    object-fit: cover; /* Ensures the image is cropped to fit the dimensions */
}