.footer {
	height: 0px;
	background: #fff;
}

@media only screen and (min-width: 1200px) {
	.footer {
		height: 100px;
	}
}