@media only screen and (max-width: 860px)
{
	.global-footer {
		display:none;
	}
	#global-footer--wrap {
		display:none;
	}
}