.image-container {
    height: 237px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}