<!--


/* Defaults / Desktop View */

#header {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width: 1200px;
	width: 100%;
	height: 400px;
	margin-top:0px;
	margin-bottom:0px;
	background: #ffffff
	url('https://www.worcesterhousecleaning.com/images/blog_page_bkg_image_WHC-1_1200x400.jpg') left top;
	background-repeat:no-repeat;

}



/*============================== SIZE TWO ===================================*/











@media only screen and (min-width:651px ) and (max-width:979px) {
	/*Small Desktop / Large Tablet View*/



#header {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width: 800px;
	width: 100%;
	height: 265px;
	margin-top:0px;
	margin-bottom:0px;
	background: #ffffff
	url('https://www.worcesterhousecleaning.com/images/blog_page_bkg_image_WHC-2_800x267.jpg') left top;
	background-repeat:no-repeat;

}



}


/*=============================== SIZE THREE ====================================*/











@media only screen and (min-width:481px ) and (max-width:650px) {
	/* Small Tablet View */




#header {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width: 600px;
	width: 100%;
	height: 325px;
	margin-top:0px;
	margin-bottom:0px;
	background: #ffffff
	url('https://www.worcesterhousecleaning.com/images/blog_page_bkg_image_WHC-3_600x325.jpg') right top;
	background-repeat:no-repeat;

}



}






/*================================ SIZE FOUR ==================================*/











@media only screen and (min-width:300px) and (max-width:480px) {
	/* Smartphone view*/





#header {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	max-width: 400px;
	height: 350px;
	margin-top:0px;
	margin-bottom:0px;
	background: #FFFFFF
	url('https://www.worcesterhousecleaning.com/images/blog_page_bkg_image_WHC-4_400x350.jpg') left top;
	background-repeat:no-repeat;

}




}



-->