





@media only screen and (max-width: 768px)
{
	/* Mobile */
	
	.application-new-vehicle-container
	{
		position:relative;
 
		margin-top:10px;
		left:0;
		width:100%;
		
		color:black;
		box-shadow:0 0 5px black;
		background-color:#333333;
		z-index:100;
	}
	

	
	.new-vehicle-text-header
	{
		position:relative;
		
		left:0%;
		width:100%;
		
		color:white;
		
		text-align:left;
		font-size:20px;
		padding:10px;
		
		background-color:#262626;
		
	}
	.new-vehicle-text-body
	{
		position:relative;
		
		left:0%;
		width:100%;
		
		color:white;
		
		text-align:left;
		font-size:10px;
		padding:10px;
		
		
	}

}





@media only screen and (min-width: 769px)
{
	/* Desktop */
	
	.application-new-vehicle-container
	{
		position:relative;

		left:50%;
		width:1000px;
		margin-left:-500px;
		height:400px;
		color:white;

	}
	
	.application-new-vehicle-text
	{
		position:absolute;
		top:0%;
		left:0%;
		width:40%;
		height:100%;


	}
	
	.new-vehicle-text-header
	{
		position:relative;
		left:0%;
		width:100%;
		text-align:center;
		font-size:40px;

		padding:20px;
		/*background-color:#33333325;
		box-shadow:0 0 5px;*/
	}
	.new-vehicle-text-body
	{
		position:relative;
		left:0%;
		width:100%;
		text-align:left;
		font-size:14px;
		padding:20px;
		padding-bottom: 20px;
	/*	line-height:1.3;*/
		font-size:14px;
	}
	
	.application-new-vehicle-photos
	{
		position:absolute;
		top:0%;
		right:0%;
		width:60%;
		height:100%;


	}
}