@media( min-width: 1024px) {
	.grid-main-content {
		width: calc(100vw - 640px) !important;
	}

	.grid-sidebar-menu {
		width: 300px !important;
	}

	.grid-sidebar-extra {
		width: 340px !important;
	}
}

.ipe-post-image {
	width: 50%;
	float: right;
	padding: 0 0 25px 20px;
}

.ipe-post-image:after {
	clear: right;
}

.ipe-post-image img {
	width: 100%;
}

@media( max-width: 768px ) {
	.ipe-post-image {
		width: 100%;
		padding: 0;
		float: none;
	}
}