.splide.is-team .splide__slide img {
    height: 8em;
    /* Adjust height as needed */
    width: 15em;
    /* Maintain aspect ratio */
    object-fit: contain;
    /* Ensures the image fits within the given height */
}