.body {
	max-width: none;
	overflow-x: initial;
}
.sticky-header-active .header-logo img{
	transition: all 0.3s ease;
	max-height: 70px;
	width: auto!important;
}
@media (max-width: 767px) {
	.header-logo img{
		max-height: 70px;
		width: auto!important;
	}
	.custom-section-svg .custom-section-svg-background{
		display: none;
	}
}