@media only screen and (max-width: 768px) {
  .product-container{
    width: 100%;
    height: auto;
  }
  .product-container .wrapper{
    flex-direction: column-reverse;
  }

}