.inv-sticky.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 501;
}
.inv-sticky.affix {
  top: 0;
  width: 100%;
  z-index: 501
}
