@media (min-width: 1200px) { /*Disable 4th breakpoint of bootstrap CSS*/
	.container {
		width: 970px;
	}
}

.footer {
	width: 225px;
	height: 500px;
	display: block;
	margin: auto;
}

@media (min-width: 992px) {
	.footer {
		width: 940px;
		height: 190px;
	}
}