.relative {
  position: relative;
  overflow: hidden;
}

.columns-with-graphic {
  position: relative;
  z-index: 999 !important;
}

figure.wp-block-bolt-media.bowe-media.has-image.absolute {
  position: absolute;
  opacity: 0.1;
  right: -100px;
  bottom: 50px;
  z-index: 0;
}

figure.wp-block-bolt-media.bowe-media.has-image.absolute img {
  max-height: 500px;
}

@media (max-width: 777px) {
  figure.wp-block-bolt-media.bowe-media.has-image.absolute img {
    max-height: 350px !important;
  }
  figure.wp-block-bolt-media.bowe-media.has-image.absolute {
    bottom: 70px;
  }
}
/* Banner graphic  */
.banner .relative {
  z-index: 999;
}

figure.wp-block-bolt-media.bowe-media.has-image.absolute-banner {
  position: absolute;
  opacity: 0.5;
  bottom: 20%;
  right: 45%;
  --media-height: 500px !important;
}

figure.wp-block-bolt-media.bowe-media.has-image.absolute-banner img {
  max-height: 500px;
}

@media (max-width: 777px) {
  figure.wp-block-bolt-media.bowe-media.has-image.absolute-banner img {
    max-height: 350px !important;
  }
  figure.wp-block-bolt-media.bowe-media.has-image.absolute-banner {
    bottom: 70px;
  }
}