@media screen and (min-width:1280px){
.container-fluid{
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
}