.footer__social .hover {
    display: none;
}

.footer__social a:hover img:not(.hover) {
    display: none;
}

.footer__social a:hover .hover {
    display: inline;
}