@media (max-width: 1100px) {
  #deals-hero {
    padding: 0;
    background-image: url("https://cdn.anovaculinary.com/wp-content/uploads/2020/12/Holiday2020_Holiday_bkgd_mobile.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 630px;
  }

  #deals-hero .hero-info {
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-left: 0;
    max-width: 325px;
    padding: 0 20px;
    position: unset;
    text-align: center;
  }

  #deals-hero > img {
    width: 100%;
    max-height: unset;
  }

  #deals-hero .hero-info img {
    margin-top: 20px;
  }

  #deals-hero .hero-info a {
    font-size: 1.6rem;
  }

  #deals-hero .hero-images {
    margin-bottom: 0;
  }

  #deals-hero .hero-images img {
    height: auto;
    width: auto;
    max-width: 130%;
    margin-bottom: -135px;
  }

  #deals-hero .percent-off {
    max-width: 100px;
    right: 0;
    top: 114px;
  }

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

  .hero-body-text {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 27px;
  }
}
