<style>
.friends-grid .pfp-fallback:hover {
animation: bounce 0.2s ease-in-out infinite alternate;
}
@keyframes bounce {
from {transform: scale(1);}
to {transform: scale(1.1);}
}
</style>
very basic bounce animation. if you want it to look different lmk!!