
html body .header_background .headerFixed{
      background-color:#252525
}
 body .ly_header_43 .wide{
     display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    position: absolute;
    z-index: 100;
    left: 10%;
}
@media screen and (max-width: 1500px) {
 body .ly_header_43 .wide{width: 92%;}
}
@media screen and (max-width: 1310px) {
 body .ly_header_43 .wide{width: 100%;left: 5%;}
}
@media screen and (max-width: 1000px) {
  body  #mobile_header .mobile_box{
    width: 90%;
    position: absolute;
    z-index: 100;
    padding: 0px 16px;
}
}
