.special.friends .friend-links{margin-top:1rem;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}@media only screen and (max-width:679.9px){.special.friends .friend-links{justify-content:space-around}}.special.friends .friend-link{width:150px;height:200px;font-size:1rem;text-align:center;background:hsla(0,0%,100%,.3);box-sizing:border-box;box-shadow:3px 3px 5px #aaa;border:none;transition-duration:.3s;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--fi-global-border-radius)}.special.friends .friend-link:hover{background:#fff;box-shadow:0 0 3px #aaa;scale:1.03}.special.friends .friend-avatar{object-fit:cover;object-position:center;width:100%!important;height:150px!important;margin:0;padding:0;border-radius:var(--fi-global-border-radius)}.special.friends .friend-nickname{display:block;position:relative;color:#2bbc8a;font-weight:700;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:18px;margin-bottom:1rem}.special.friends .friend-nickname:hover{color:#d480aa}