.hero_editorial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.hero_image {
  width: 100%;
  background: url("/-/media/images/promotions/budget-kitchens/desktop_ultra.jpg")
    no-repeat bottom center;
  height: 500px;
}


@media only screen and (max-width: 2560px) {
  .hero_image {
    background: url("/-/media/images/promotions/budget-kitchens/desktop_wide.jpg")
      no-repeat bottom center;
  }
}
@media screen and (max-width: 1600px) {

  .hero_image{
    background: url("/-/media/images/promotions/budget-kitchens/desktop.jpg")
      no-repeat bottom center;
    height: 400px;
  }

}
@media screen and (max-width: 1366px) {

  .hero_image {
      background: url("/-/media/images/promotions/budget-kitchens/laptop.jpg")
      no-repeat bottom center;
      height: 400px;
  }

}

@media only screen and (max-width: 1023px) {

  .hero_image {
    background: url("/-/media/images/promotions/budget-kitchens/tablet.jpg")
      no-repeat bottom center;
       height: 350px;
  }
}

@media only screen and (max-width: 767px) {

  .hero_image {
    background: url("/-/media/images/promotions/budget-kitchens/mobile_l.jpg")
      no-repeat bottom center;
         height: 350px;
  }

}
@media only screen and (max-width: 440px) {
  .hero_image {
    background: url("/-/media/images/promotions/budget-kitchens/mobile_m.jpg")
      no-repeat bottom center;
    height: 320px;
  }

}
@media only screen and (max-width: 375px) {

  .hero_image {
    background: url("/-/media/images/promotions/budget-kitchens/mobile_s.jpg")
      bottom center;
    height: 280px;
  }

}