
@media all and (min-width: 768px) {

	.footer
	{
		box-sizing: border-box;
		position: relative;
		left: 0;
		bottom: 0;
	}

}