/* CSS Document */


/* Media Queries */
@media only screen and (max-width: 500px) {
	
}

@media only screen and (max-width: 992px) {
	
	.img-header {
		width:100%;
	  height:auto;
	}
	
}