
#wrapper,
html, body {
  	height: 100%;
}
@media screen and (max-width: 992px) {

	
	#wrapper {
		overflow: hidden;
		height: auto;
		min-height: 100%;
	}
	
}

