.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 9999;
}

/*.custom-article,
.custom-featured-article {
display:block!important;
}*/