#deals-hero {
  padding: 0px 0px 0px 90px;
  height: 700px;
  width: 100%;
  background-color: #fff;
  background-image: url('https://cdn.anovaculinary.com/wp-content/uploads/2020/12/Holiday2020_Holiday_bkgd-scaled-1.jpg');
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#deals-hero .hero-images {
  height: 100%;
  max-width: 800px;
  position: relative;
  width: 100%;
  margin-bottom: -70px;

}

#deals-hero .hero-images img {
  align-self: flex-end;
  /*max-height: 500px;*/
  max-height: 700px;
  width: auto;
}

#deals-hero .desktop-img {
  z-index: 2;
}

#deals-hero .mobile-img {
  display: none;
}

#deals-hero .percent-off {
  max-width: 200px;
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 1;
}

.hero-info {
  align-items: flex-start;
  flex-direction: column;
  max-width: 660px;
  margin-top: 60px;
  /*!* Overlaps image *!*/
  /*position: absolute;*/
  /*left: 60px;*/
  /*z-index: 2;*/
}

.hero-body-header {
  color: #fff;
  font-family: "proxima nova", helvetica,sans-serif;
  font-size: 6.45rem;
  font-weight: bold;
  line-height: 1.2em;
}

.hero-body-text {
  color: #fff;
  font-size: 2.68rem;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 40px;
  max-width: 375px;
  line-height: 1.2em;
}

.promotional-text-img {
  width: 100%;
}

.sale-text-img {
  width: 75%;
  margin-top: 28px;
}

#deals-hero .button-wide {
  padding: 0 50px;
}

#deals-hero .hero-info a {
  /* 1rem is set to 10, 1 em is 16 here */
  font-weight: bold;
  line-height: 2.125em;
}

#deals-hero .hero-info a:hover {
  opacity: 0.9;
}
