@media (min-width: 768px){

	.IndustryConceptPicture{
		background: url('/wp-content/themes/bs-theme/img/IndustryAutomation2.png') no-repeat center center; 
		background-size: 100% auto !important;
		width:100%;
		height:56vw;
		max-height: 90vh;
		position:relative;
		martin-top: 10px;
		filter: grayscale(100%);
		padding-bottom: 20px;
	}
}
@media (max-width: 767px){

	.IndustryConceptPicture{
		background: url('/wp-content/themes/bs-theme/img/IndustryAutomation2.png') no-repeat center center; 
		background-size: auto 100% !important;
		width:100%;
		height:50vh;
		position:relative;
		top: 15px;
		filter: grayscale(100%);
	}
}