/* All  columns */
	.bkg-node-1036 {
		background-position: 50% 50%!important; /* inherits top left *//* All  columns */
		}
	.bkg-node-970 {
		background-position: 50% 50%!important; /* inherits top left *//* All  columns */
		}
	.bkg-node-775 {
		background-position: 50% 50%!important; /* inherits top left */
		}
/* All  columns */
	.bkg-node-767 {
		background-position: 50% 50%!important; /* inherits top left */
	}
/* All  columns */
	.bkg-node-681 {
		background-position: 50% 50%!important; /* inherits top left */
	}

/* 1 column */
@media (max-width: 516px) {
	.bkg-node-681 {
		background-color: white!important;
		background-position: 50% 20px!important; /* inherits top left */
	}

}
/* 2 columns */
@media (min-width: 517px) and (max-width: 763px) {

}
/* 3 columns */
@media (min-width: 764px) and (max-width: 1010px) {


}
/* 4 columns */
@media (min-width: 1011px) and (max-width: 1257px) {

}
/* 5 columns */
@media (min-width: 1258px) {

}





/* EXAMPLES (where NUMBER_NODE_ID is, for example, 681) */

/* The background-size property specifies the size of the background images. Default value: auto */
/* The background-position property sets the starting position of a background image. Default value: 0% 0%. The top left corner is 0% 0%. The right bottom corner is 100% 100%. Without percentages, The first value is the horizontal position and the second value is the vertical in px. */

/* regular size */
.bkg-node-NUMBER_NODE_ID {
	background-size: auto!important;
}

/* center image */
.bkg-node-NUMBER_NODE_ID {
	background-position: 50% 50%!important;
}

/* image bottom right */
.bkg-node-NUMBER_NODE_ID {
	background-position: 100% 100%!important;
}