/* ––––––––––––––––––––––––––––––––––––––––––––––––––
     SCREEN BIGGER THAN 550
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 550px) {

  .bg_open_house_main {
/*    background: url('/images/general/bg/open_house/bg-red_ornament_on_snow.jpg') 50% 0 no-repeat fixed; */
	padding: 20px 0 0 0;
	background-size: cover;
	color: #000;
	margin: 0;

	width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;

   -webkit-background-size: auto auto;
   -moz-background-size: auto auto;
   -o-background-size: auto auto;
   background-size: auto auto;
  }

}






/* ––––––––––––––––––––––––––––––––––––––––––––––––––
     SCREEN BIGGER THAN 550
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 550px) {

  .bg_open_house_main {
    background: url('/images/general/bg/open_house/bg-red_ornament_on_snow.jpg') 50% 0 no-repeat fixed;
	padding: 75px 0 260px 0;
	background-size: cover;
	height: 900px;
	color: #000;
	margin: 0;
  }
  

  .bg_open_house_action {
    background: url('/images/general/bg/open_house/bg-red_white_presents.jpg') 50% 0 no-repeat fixed;
	padding: 36em 0 260px 0;
	background-size: cover;
	height: 900px;
	color: #000;
	margin: 0;
  }


  .bg_open_house_raffle {
    background: url('/images/general/bg/open_house/bg-red_white_present.jpg') 50% 0 no-repeat fixed;
	padding: 36em 0 260px 0;
	background-size: cover;
	height: 900px;
	color: #000;
	margin: 0;
  }
  

  .bg_open_house_food_drive {
    background: url('/images/general/bg/open_house/bg-food_drive_cans.jpg') 50% 0 no-repeat fixed;
	padding: 36em 0 200px 0;
	background-size: cover;
	height: 600px;
	color: #000;
	margin: 0;
  }

}