.c {
	position: fixed;
	left: 10px;
	bottom: 5px;
	width: 25px;
	z-index: 999;
}
.c img {opacity: 0.3}
.c img:hover {opacity: 1}
.c span {
	z-index: 1000;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #E2E2E2;
	font: 20px "Alegreya Sans", sans-serif;
	text-transform: uppercase;
	text-shadow: -1.5px 0 black, 0 1.5px black, 1.5px 0 black, 0 -1.5px black;
}
.c:hover span {
	display: block;
	position: fixed;
	overflow: hidden;
	text-align: left;
}