@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		min-width:768px;
	}
}