@media only screen and (min-width: 769px) {
	.single .in-content-nl-container section.widget {
		float: left;
	}
}

/* Style for Large Screen */
@media only screen and (max-width: 768px) {
	.header .content-wrapper #logo-container a img {
		height: 68px !important;
		width: 124px !important;
	}
}