footer .follow-list .tw-icon .icon {
	background-image: url('../images/x.svg');
	background-repeat: no-repeat;
}
footer .follow-list .tw-icon:hover .icon {
	background-image: url('../images/x.svg');
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(240deg) brightness(106%) contrast(101%);
}
