.aeon-sticky-rail {
  position: relative;
}

.aeon-sticky-group {
  display: flow-root;
  width: 100%;
}

.aeon-sticky-placeholder {
  display: none;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}

.aeon-sticky-group[data-aeon-sticky-state="fixed"],
.aeon-sticky-group[data-aeon-sticky-state="boundary"] {
  box-sizing: border-box;
  margin: 0;
  z-index: 20;
}

@media (max-width: 767px) {
  .aeon-sticky-group {
    display: contents !important;
  }

  .aeon-sticky-placeholder {
    display: none !important;
    height: 0 !important;
  }
}
