.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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