.auction_list_item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #EEE;
    background-clip: content-box;
    display: flex;
}

.auction_list_image {
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.livestock_item {
    min-height: 450px;
}

.clickable {
    cursor: pointer;
}