@media (max-width: 767px){
  .woocommerce div.product .product_title{ line-height: normal; font-size: 32px; }
  .woocommerce div.product .woocommerce-product-rating{ margin-bottom: 10px; }
}

@media (max-width: 480px){
  .fl-page-header{ overflow: hidden; }
  
  .woocommerce-product-gallery .flex-viewport{ height: 190px !important; border: 1px solid #e6e6e6; }
  
  .woocommerce div.product div.images img, 
  .woocommerce-page div.product div.images img{ height: auto !important; width: 190px !important; margin: 0 auto !important; border: 0; background: transparent; }
}