﻿.fixed-carousel-img {
    object-fit: cover; /* Ensures the image is properly cropped */
    height: 600px; /* Set a fixed height for the carousel images */
    width: 100%; /* Full width */
    border-radius: 10px; /* Optional: Rounded corners for a sleek effect */
}
