.ls-user-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}

.ls-user-title img {
    display: block;
    width: auto;
    height: 17px;
    max-width: 140px;
    object-fit: contain;
}








.ls-mobile .ls-user-title {
    height: 16px;
}

.ls-mobile .ls-user-title img {
    height: 16px;
    max-width: 120px;
}