.sidebar-banner {
  margin-bottom: 40px;
}
.sidebar-banner__sticky {
  position: sticky;
  top: 20px;
  transition: 0.7s;
}
.sidebar-banner__sticky.header-show {
  top: 150px;
}

.admin-bar .sidebar-banner__sticky {
  position: sticky;
  top: 72px;
}
.admin-bar .sidebar-banner__sticky.header-show {
  top: 182px;
}

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