@media only screen and (max-width:1024px) {
	section.content > .wrapper > aside.sidebar {
		display: none;
	}
}