.stickyEd {  position: fixed;  width: 100%;  left: 0;  top: 0;  z-index: 9999;  border-top: 0; }  .stickyMe {  transition: 0.5s ease; }