  .wrapper {
	position: relative;
}
.imgBox {
	background-image: url(/company/images/company.jpg);
	height: 200px;
	width: 100%;
}

/**/

@media print, screen and (min-width: 480px) {
	.imgBox {
		height: 300px;
	}
}

/**/

@media print, screen and (min-width: 824px) {
}

/**/

@media only screen and (min-width: 1012px) {
	.imgBox {
		height: 360px;
	}
}

