#avatar{
    overflow: hidden;
}
#avatar-icon{
    display: none;
}
#avatar:hover #avatar-icon{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.466);
}