.fixed-header {
  position: fixed;
 top:0; left:0;
  //width: 100%; 
  background:#333333;
  padding-right:15px;padding-left:15px;
  margin-right:auto;margin-left:auto;
  padding-bottom:10px;
  
  
}
.fixed-header22 {
  display:none;
  
}