:root {
    --img-width: 60px;
    --img-height: 45px;
}

.auction-thumbnail {
    height: 45px;
    cursor: pointer;
}

.auction-thumbnail img {
    object-fit: cover;
    height: var(--img-height);
    width: var(--img-width);
}
.auction-thumbnail--large {
    height: auto;
    width: 128px;
    display: flex;
    justify-content: center;
}
.auction-thumbnail--large img {
    --bs-border-color: none;
    object-fit: cover;
}

.lazy-loading-icon--table {
    top: 30%;
    right: 30%;
}

.auction-thumbnail-lazy-container {
    height: var(--img-height);
    width: var(--img-width);
}
