 .embed-products-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.embed-product-box{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 0 32%;
  margin: 0 0 25px 0;
  text-align: center;
}

.embed-product-box .embed-product-image img{
	height: 200px;
}

.embed-product-box h2{ /* */ }