.background-img {
	background-image: url("innovaphone-banner-call-center-und-telefonzentralen.jpg");
    background-position: center;
	min-height: 500px;
}
@media(max-width: 1200px){
	.background-img { background-image: url("innovaphone-banner-call-center-und-telefonzentralen.jpg"); }
}
@media(max-width: 992px){
	.background-img { background-image: url("innovaphone-banner-call-center-und-telefonzentralen-sm.jpg"); }
}
@media(max-width: 768px){
	.background-img { background-image: url("innovaphone-banner-call-center-und-telefonzentralen-xs.jpg"); min-height: 300px; }
}
