.content .editor {
	max-width: 1100px;
	margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
	.content .editor {
		margin: 0;
	}
}