/*! CSS compiled by Switch - DO NOT EDIT THIS FILE ANY CHANGES WILL BE LOST *//*! variables *//*! mixins */
div[data-bgposition="top left"] {
	background-position: top left;
}
div[data-bgposition="top right"] {
	background-position: top right;
}
div[data-bgposition="top center"] {
	background-position: top center;
}
div[data-bgposition="center left"] {
	background-position: center left;
}
div[data-bgposition="center right"] {
	background-position: center right;
}
div[data-bgposition="center left"] {
	background-position: center center;
}
div[data-bgposition="bottom left"] {
	background-position: bottom left;
}
div[data-bgposition="bottom center"] {
	background-position: bottom center;
}
div[data-bgposition="bottom right"] {
	background-position: bottom right;
}