@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 .profile-picture-header-links {
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
