@media only screen and (min-width: 55em) {

	.no-sidebar .content-container,
	.no-sidebar.single .entry, 
	.no-sidebar.attachment .entry,
	.no-sidebar.page-template-with-sidebar .entry {
		float: none;
		width: 100%;
	}

}