@media(max-width:768px){
:root{
	--title-size: 22px;
    --h1-size: 18px;
    --h2-size: 17px;
}
	.vh100-alt{height: 70vh;}
	.hbanner{height: 30vh;}
	#menu{z-index : 9999;}
    menu{max-height: 0vh;top: var(--header-height);overflow:hidden!important;}
    #header.opened menu{height: 100vh; max-height: 100vh!important;}
	menu li{padding: 10px 0px 10px 0px;}
	.olateams-fig{
		width : 50vw;
		height : 50vw;
	}
		
	.work-content{
		width : 100vw;
		left : 0;
	}
	.work-content.opened {max-height: 100vh!important;}
	#testimony{height: auto;max-height: auto;}
}
