.wp-block-ik-layers {
  position: relative;
  width: 100%;
}
.wp-block-ik-layers > *:first-child {
  position: static;
  display: block;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.wp-block-ik-layers > *:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.wp-block-ik-layers > *:not(:first-child).is-position-sticky {
  position: sticky !important;
}
@media (max-width: 768px) {
  .wp-block-ik-layers.is-stacked-mobile > *:first-child, .wp-block-ik-layers.is-stacked-mobile > *:not(:first-child) {
    position: static;
    width: 100%;
    height: auto;
    z-index: auto;
  }
}
