.image_banner {
  max-width: 100%;
  margin: 0 100px;
}
@media screen and (max-width: 992px) {
  .image_banner {
    margin: 0 24px;
    margin-bottom: 32px;
  }
}
.image_banner img {
  padding: 0;
  border-radius: 24px;
}
.image_banner img.on-desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  .image_banner img.on-desktop {
    display: none;
  }
}
.image_banner img.on-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .image_banner img.on-mobile {
    display: block;
  }
}

/*# sourceMappingURL=image_banner.css.map*/