.path-frontpage .section {
	max-width: 85%;
	margin: 0 auto;
}

.path-frontpage .front-logo {
	margin: 0 auto;
	text-align: center;
}

.path-frontpage .front-logo img {
	height: auto !important;
}

.path-frontpage .front-image-width-full img {
	width: 100% !important;
	height: auto !important;
}

@media only screen and (max-width: 768px) {
  .path-frontpage .front-logo img {
			max-width: 75% !important;
		}
	.path-frontpage .section {
	max-width: 100%;
	}
}