.nav-live-hub{
	svg{
		width:50px;
		height:50px;
	}
	span{
		position:absolute;
		inset:10px 6px 15px;
		font-size:12px;
		background:#0d1119;
		text-align:center;
		line-height:1.1;
		display:grid;
		place-items:center;
		transition:opacity .4s;
		color:white;
	}
	&:hover{
		span{
			opacity:0;
		}
	}
}