#header {
  	background-size: cover;
    height: 180px;
    padding: 0 1.5rem;
}

@media (max-width: 1200px){
	#header{
        background-size: cover;
		}
}


@media (max-width: 768px){
	#header{
        background-size: cover;
		}	

}