.buildingAutomationTextSize{
		font-size:calc(1em + 2vw);
	}

@media (min-width: 768px){
	
	


	.buildingAutomationImage{
		background: url('/wp-content/themes/bs-theme/img/BuildingAutomation.png') no-repeat top center; 
		background-size: cover !important;
		width:100%;
		height:56vw;
		max-height: 90vh;
		position:relative;
		martin-top: 10px;
		filter: grayscale(100%);
		padding-bottom: 20px;
	}
	.buildingAutomationSymbols{
		background: url('/wp-content/themes/bs-theme/img/BuildingAutomation2.png') no-repeat top center; 
		background-size: auto 83.33% !important;
		width:100%;
		height:100%;
		max-height: 30vw;
		position:relative;
		top: 15px;
		filter: grayscale(100%);
	}
}
@media (max-width: 767px){

	.buildingAutomationImage{
		background: url('/wp-content/themes/bs-theme/img/BuildingAutomation.png') no-repeat center center; 
		background-size: cover !important;
		width:100%;
		height:50vh;
		position:relative;
		top: 15px;
		filter: grayscale(100%);
	}
	.buildingAutomationSymbols{
		background: url('/wp-content/themes/bs-theme/img/BuildingAutomation2.png') no-repeat top center; 
		background-size: 90% auto !important;
		width:100%;
		height:16em;
		position:relative;
		top: 15px;
		filter: grayscale(100%);
	}
}