/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

 }
@media (min-width: 1200px) { 
	.container{
		max-width: 1200px;
	}
 }