@media (min-width: 769px) { .hide-desktop { display: none; } }
@media (max-width:768px) {
	.hide-mobile { display: none; }
	.constrain-width { width: 100%; box-sizing: border-box; }
	
	.full-width { display: block; padding: 40px 20px; box-sizing: border-box; }
	.m-width-p-40 { width: 40%; }
	.m-width-p-50 { width: 50%; }
	.m-width-p-60 { width: 60%; }

	.font-beauty-1 { margin-top: 0; }
	.font-beauty-8 { text-align: center; }
	.who-we-are img { width: 50%; }
	.front-title { min-width: inherit; font-size: 2.5em; }
	.width-p-21 { box-sizing: border-box; width: 50%; }
	.onpage-menu-wrap { width: 100%; }
	.your-background .font-beauty-2 { font-size: 2em; }
	.love-doing { font-size: 2em; }
	p.step-into-adludum { font-size: 1.75em; line-height: normal; }

	.mosaic-tables { margin-top: 0; }
	.mosaic-tables a.mosaic { height: auto; padding: 2px; }
	.mosaic-tables a.mosaic img { width: 50%; }

	.shadowfy { display: block; }
	.our-technology-menu { width: 25%; }
	.tab-technology { width: 75%; box-sizing: border-box; }
	.tab-technology img.technology-preview-img { max-width: 100%; }

	.login-buttons { float: left; }
}