/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/*.backmacchina-home {
	background: #FFF url('../images/home1.jpg') no-repeat 100% 50% / auto 100%; 
	margin-bottom:0px!important;
}*/

/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 992px) {
 .backmacchina-home {
	background: #FFF url('../images/home1.jpg') no-repeat 100% 50% / auto 100%; 
	margin-bottom:0px!important;
}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 992px) {
  .backmacchina-home {
	background: #FFF no-repeat 100% 50% / auto 100%; 
	margin-bottom:0px!important;
}
}