@media only screen and (min-width: 768px) {
	/* For desktop: */
	#contacOverlay {
		display:none !important;
	}
	.form-active {
		overflow: revert !important;
	}
}



@media only screen and (max-width: 768px) {
	body.form-active {
		overflow: hidden ;
	}
	/* For mobile: */
	.contact-form.mobile-hidden {
		position: fixed !important;
	}
}