.product-hero {
  height: 400px;
  width: 100%;
  /* position: relative; */
  overflow: hidden;
}
/* 
#product-hero-savings {
  background-image: url('/img/hero_background_doggie.jpg');
} */

.product-hero-box {
  /* color: white; */
  margin-left: 20px;
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 20px;
  height: 60%;
  width: 60%;
  background-color: rgba(230,230,230,0.8);
}
.product-hero-img {
  width: 100%;
  /* height: auto;
  position: relative;
  display: inline;
  z-index: -1;
  top: 0;
  left: 0; */
}
.product-hero h1 {
  /* position: relative; */
  top: 20px;
  left: 20px;
  font-size: 20px;
  padding-left: 20px;
  width: 60%;
}

.product-hero h2 {
  /* position: relative; */
  top: 50px;
  left: 20px;
  font-size: 16px;
  padding-left: 20px;
  width: 60%;
}

.product-hero button {
  display: block;
  margin-left: 60px;
  
}
