.hooucard.stakeholderlogocard {
    width: 190px;
    aspect-ratio: 16/9;
    display: flex;
    text-align: center;
    align-items: center;
    background-color: white;
    border-radius: 6px;
}

.hooucard.stakeholderlogocard a {
    height:100%;
    width:100%;
    display: flex;
    margin: auto;
}

.stakeholderlogocard .hooucard-imagewrapper {
    height:100%;
    width:100%;
    justify-content: center;
    align-items: center;  
}

.stakeholderlogocard img {
    height: auto;
    max-height:100%;
    max-width:100%;
}