.fill-column {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill-column img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5%; /* To maintain the rounded shape */
}
