@media(min-width: 768px) {
    .customer-welcome .customer-name {
        display: block;
        height: 25px;
    }
    .customer-welcome ul.header.links:before {
        right: 5px;
    }
    .customer-welcome ul.header.links:after {
        right: 4px;
    }
}
.customer-welcome .customer-name .avatar-header-links {
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.avatar-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50%;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
.customer-welcome .customer-name .avatar-initials.avatar-header-links {
    font-size: 11px;
    letter-spacing: 0;
    vertical-align: top;
}
.preview .avatar-initials.profile-image {
    width: 172px;
    height: 172px;
    font-size: 76px;
}
