@media screen and (max-width: 900px){
    #products .product-miniature {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
    }
}
