.img-crop {
    width: 100%; /* Make the image fill the container */
    height: 100%;
    object-fit: cover; /* Ensures the image fills the container and crops excess */
}
