html{
	background:#fff;
}
@media screen and (min-width:1900px)
{
	.aboutmainimage{
		position:fixed;
		font-size:2.4rem;
		padding:4% 20% 8% 24%;
	}
}
@media screen and (max-width:1899px) and (min-width:1400px){
	.aboutmainimage{
		position:fixed;
		font-size:2rem;
		padding:4% 16% 8% 20%;
	}
}
@media screen and (max-width:1399px) and (min-width:900px){
	.aboutmainimage{
		position:fixed;
		font-size:1.75rem;
		padding:4% 16% 8% 20%;
	}
}
@media screen and (max-width:767px){
	.aboutmainimage{
		height:auto;
		font-size:1.25rem;
		padding: 4% 8% 8% 12%;
	}
	.grid{
		height:calc(100vh - 3*38px) !important;
	}
}
	
.grid{
	height:calc(100vh - 138px);
	display:flex;
	align-items:center;
	justify-content:center;
}
.aboutmainimage{
	height:auto;
}
