.profile-picture {
    z-index:1;
    border-radius:5px;
    position:relative; /* Can be overridden */
    user-select:none;
}
.profile-picture > .icon {
    width:100%;
    height:100%;
    z-index:1;
    border-radius:5px;
}
.profile-picture > .eyes {
    z-index:2;
    position:absolute;
    left:50%;
    top:50%;
}
.profile-picture.no-radius > .icon {
    border-radius:0;
}


.profile-picture.size-135 {
    width:135px;
    height:135px;
}
.profile-picture.size-135 > .eyes {
    width:36px;
    height:8px;
    margin-left:-17px;
    margin-top:-7px;
}


.profile-picture.size-35 {
    width:35px;
    height:35px;
}
.profile-picture.size-35 > .eyes {
    width:9px;
    height:2px;
    margin-left:-4px;
    margin-top:-2px;
}


.profile-picture.size-30 {
    width:30px;
    height:30px;
}
.profile-picture.size-30 > .eyes {
    width:8px;
    height:2px;
    margin-left:-3px;
    margin-top:-2px;
}


.profile-picture.size-70 {
    width:70px;
    height:70px;
}
.profile-picture.size-70 > .eyes {
    width:19px;
    height:4px;
    margin-left:-9px;
    margin-top:-4px;
}