header h2 {
	background: url("images/products/products.png") center center no-repeat;
}
.img-title img {
	width: 200px;
	height: auto;
	display: block;
	margin: auto;
}
@media only screen and ( max-width: 768px ){
	header h2 img {
		display: block;
		width: 39.466%;
	}
	
	.img-title{
		margin:20px 0;
		display:block;
	}
}