.social-profile-card {
    display: inline-block;
    
    text-decoration: none;
    color: inherit;
    width: 9em;
}
.against-promo-banner .social-profile-card {
    color: #FFFFFF;
}
.social-profile-card:hover {
    border-radius: 3px;
    background-color: #eef0f1;
    text-decoration: none;
}
.against-promo-banner .social-profile-card:hover {
    background-color: #404168;
}
.against-promo-banner .related-profiles li {
	background: url(../png/default-avatar-tiny.png) no-repeat; 
	background-position: 2px;	
    
}

.social-profile-card:visited {
    color: inherit;
}
.social-profile-card .image-container, .social-profile-card .loading-animation {
    width: 100px;
    height: 100px;
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #CDD7DE;
}
.social-profile-card .social-profile-picture {
    width: 100px;
    height: 100px;
}
.social-profile-card .image-container {
    overflow: hidden;
}
.social-profile-card .adult-content:after{
        content: ' ADULT ';
        color: #fff;
        bottom: 65%;
        left: 0;
        position: relative;
        font-weight: bold;
        text-align: center;
        width: 100%;
        z-index: 1;
        text-shadow: 0 0px 10px #010101;
    }
.social-profile-card .loading-animation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-profile-card div {
    text-align: center;
}
.social-profile-card .profile-card-tf {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 1.5em;
}
.social-profile-card .profile-card-handle {
    margin-bottom: 1em;
}