.fab.fa-max {
    background: url("/local/templates/.default/images/max_logo.svg") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.fab.fa-max-active {
    background: url("/local/templates/.default/images/max_logo_active.svg") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.light-text .fab.fa-max, .light-text .fab.fa-max-active {
    width: 13px;
    height: 13px;
}