.thumb-info-wrapper {
    height: 300px;              /* Samma höjd på alla */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;           /* valfritt – ger jämn bakgrund */
}

.thumb-info-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
