

#printer-cat header{
	background: url("/images/products/print-scan-copy/personal-banner.jpg");
	background-size: cover;
	background-position: center center;
	overflow: auto;
}


@media (max-width: 720px) {
	#printer-cat header+div{
		background: url("/images/products/print-scan-copy/personal-banner.jpg") no-repeat;
		background-size: cover;
		background-position: center right;
		min-height: 350px;
		width:100%;
		margin-top:-50px;
	}
}