@media screen and (max-width: 480px) {
    .product-tile
    {
        min-width: auto;
    }
}
