aside{display: none;}
section{width: 100%;}
@media screen and (max-width: 1000px) {
	section {
		width: 97%;
	}
}