@media screen and (max-width: 767px) {
  sticky-header{
    background: #000!important;
  }
}
@media screen and (min-width: 768px) {
  sticky-header{
    background: #000!important;
  }
}