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