aside {
	display: none;
}

#mainContent {
	width: 100% !important;	
}

@media (max-width: 800px)
#mainContent {
padding: 2%;
width: 96%!important;
}