.clan-index-emblem {
    background-position-y: -10px; 
    background-size: 100%; 
    background-repeat: no-repeat;
}

.clans-list > div:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 450px) {
    .clan-index-emblem {
        background-position: center;
    }   
}