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

.image-card.image-card-grid img {
    max-height: 400px;
}

.image-card > .card-body {
    max-width: 100%;
}

.image-card > .card-body > div {
    word-break: break-all;
}

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

.datetime {
    white-space: nowrap;
}

.username {
    font-style: italic;
}