/* ALL *******************************************************************************************************/
@media
	{


		#meet-the-repairer
		{
			background-image: url("../Images/about-us.jpg");
			background-size: cover;
			background-position: center;
			background-attachment: fixed;
		}
		#meet-the-repairer .titlebox
		{
			color: white;
		}
	}

/* 1400 px *******************************************************************************************************/
@media (max-width: 1400px)
	{

	}

/* 800 px *******************************************************************************************************/
@media (max-width: 800px)
	{
		#meet-the-repairer
		{
			background-image: url("../Images/about-us-mobile.jpg");			
			background-size: 140vw;
		}
	}
