.woocommerce-products-header {
  position: relative;
}

.woocommerce-products-header h1 {
    position: absolute !important;
    bottom: 0px;
    left: 25px;
    color: white;
    z-index: 11;
}


@media (max-width:768px) {
  .woocommerce-products-header figure,
  .woocommerce-products-header {
    min-height: 333px;
  }

  .woocommerce-products-header figure img {
  object-fit: cover;
  height: 100%;
  position: absolute;
}


}
