.random-product {
    width: 32%;
    float: left;
    margin: 1%;
    text-align: center;
}
.random-product img {
    max-width: 100%;
    height: auto;
}
