.logoCustomer .logoCustomerTopMenu {
    border: 0px;
    max-width: none;
    max-height: 70px;
    display: block;
    position: absolute;
    top: 16px;
    bottom: 0;
}

@media only screen and (max-width: 850px) {
  .logoCustomer .logoCustomerTopMenu {
    border: 0px;
    max-width: none;
    max-height: 50px;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}
