.banner-categories-size
{
	min-width: 270px;
}

.add-to-cart-button-size
{
	height: 50px;
}

.product-card-size
{
	width: 350px;
	height: 430px;
}

@media only screen and (max-width: 768px) {
	.category-container
	{
		width:80%;
	}

	.add-to-cart
	{
		top: 70%;
	}
}