@media print, screen and (max-width: 768px)
{
	footer > .footer-mdl .footer-fixed > a {
    display: none;
}
}