

@media only screen and (max-width: 768px)
{
	/* Mobile */
	
	.application-used-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;

	}

	



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

	.used-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-used-vehicle-container
	{
		position:relative;


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


	}

	.application-used-vehicle-photos
	{
		position:absolute;

		left:0%;
		width:60%;
		top:0%;
		height:100%;


	}

	.application-used-vehicle-text
	{
		position:absolute;

		left:60%;
		width:40%;
		top:0%;
		height:100%;


	}

	.used-vehicle-text-header
	{
		position:relative;

		left:0%;
		width:100%;

		text-align:center;
		font-size:40px;

		padding:20px;
	}

	.used-vehicle-text-body
	{
		position:relative;

		left:0%;
		width:100%;

		text-align:left;
		font-size:14px;
		padding:20px;
		line-height:1.3;
		font-size:14px;

	}
}