@media screen and(max-width: 767px ) {
	html, body {
		min-width: 100%;
	}


	.inner-wrapper{
		width: 100%
	}

}