/*** FULL WIDTH HEADER MOBILE ***/
	
	.full-width-header-600
	{
		overflow: hidden;
		position: relative;
		background-image:url('/Images/vendors/PROJECTS/BTBD/DSGN-348404-About-Us/front-page/about-us-001.jpg');
		background-repeat:no-repeat;
		background-size:250%;
		background-position:28% 0; 		
	}

	.full-width-header-400
	{
		overflow: hidden;
		position: relative;
		background-image:url('/Images/vendors/PROJECTS/BTBD/DSGN-680346-Logistical-Excellence-landing-page/full%20width%20header%20400.jpg');
		background-repeat:no-repeat;
		background-size:390%;
		background-position:54% 0; 
		height:600px !important;		
	}


.header-content-container
	{
    background-color: #6400AA;
	display: block !important;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 300px;
	}


.header-content
	{
		box-sizing: border-box; 
		padding: 2rem;
		transform: translateX(-50%);
		width: 100%;
		margin-left: 50%;
		align-self: center;
	}


.header-content h2
	{
		
	}

.header-content p
	{
		font-size:16px;
		line-height:20px;
	}	