@media(max-width: 1100px) {
  .oven-hero {
    flex-direction: column;
    height: 950px;
    background-image: url("/wp-content/uploads/2020/08/Mobile_homepage_headerimg.jpg");
    background-position-x: center;
    background-position-y: bottom;
    justify-content: flex-end;
    background-size: cover;
    border-radius: 0;
    margin: 0;
  }

  .oven-hero .batch {
    margin-top: 0;
  }

  .oven-hero .desktop-image {
    display: none;
  }
  .oven-hero .mobile-image {
    display: flex;
    max-width: 270px;
  }

  .oven-hero .oven-info .shipping-text {
    font-size: 24px;
  }

  .oven-hero .oven-info .shipping-date {
    font-size: 42px;
  }

  .oven-hero .hero-oven-image {
    margin: 0 0;
    max-width: 500px;
  }

  .oven-hero .oven-info {
    align-items: center;
    padding: 0 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .oven-hero .oven-info .generic-buy-now-red {
    margin-top: 30px;
  }

  .oven-hero .oven-info h1 {
    font-size: 46px;
  }

  .oven-hero .oven-info h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.27;
  }

  .oven-hero .oven-info .generic-buy-now {
    width: 224px;
  }
}
