body, html {
    height: 100%;
    margin: 0;
}

.container {
    display: grid;
    height: 100%;
    
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.image {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 85px;
}

#image1 {
    background-image: url('../images/ThomsonProduce.jpg'); 
}

#image2 {
    background-image: url('../images/ThomsonWholesale.jpg'); /
}
