/*
Auto generated job detail branding file for Ernest Jones
Generated 2015-11-25 16:22:24Z
Images should be placed in /Content/css/jobs/img and referenced like this example:
background-image: url('img/steel-solutions-header.png');
*/




article.job-detail:before
{
	display: block;
	margin-bottom: 20px;
	background: url('/Content/css/jobs/img/wdf_image.png') top center no-repeat;
	background-size: contain;
	height: 328px; 
	content: '';
}

@media (min-width: 1200px) 
{
	article.job-detail:before
	{
		height: 410px; 
	}
}

@media (min-width: 768px) and (max-width: 959px) 
{
	article.job-detail:before
	{
		height: 262px;  
	}
}

@media (max-width: 767px) 
{
	article.job-detail:before
	{
		background-size:contain;
		height: auto;
		padding-bottom: 24.74%;
	}
}
