@media
	{
		#section_01B_aboutus
		{
			background-image: url('../images/about-us.png');
			background-size: cover;
			min-height: auto;
			height: 80vh;
			background-attachment: fixed;
		}
	}

@media (max-width: 1400px)
	{

	}


@media (max-width: 800px)
	{
		#section_01B_aboutus
		{
			background-image: url('../images/about-us-mobile.png');
			background-size: cover;
			background-position: 50% 50%;
	

		}
	}
