.SocialIcon .SocialIcon-eslgaming, .SocialIcon-eslgaming .Icon {
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-size: 73px;
    background-position: 1px 1px;

    background-color: rgba(66,118,188, 1);
}

.SocialIcon-eslgaming {
    background-color: rgba(66,118,188, 1);
}

.SocialIcon-eslgaming:hover {
    background-color: rgba(66,118,188, 0.8);
}

.SocialIcon.SocialIcon-eslgaming.HasText .Icon {
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-size: 95px;
    background-position: 2px 2px;
    height: 32px;
    width: 32px;
    color: #fff;
}

.SocialIcon.SocialIcon-eslgaming .Icon:before {
    text-align: center;
    line-height: 32px;
    min-width: 32px;
    margin: 6px 12px 0 0;
    display: block;
    content: ""; /* if the forum users font-awesome */
}
