/*
	Theme Name: Spark2019
	Author: Damon Hastings
*/
/* line 10, style/sass/style.scss */
*, * > * {
  box-sizing: border-box;
}

/* line 14, style/sass/style.scss */
.spark-image-text-preview {
  display: flex;
}
/* line 18, style/sass/style.scss */
.spark-image-text-preview.right .spark-container {
  flex-direction: column;
}
/* line 24, style/sass/style.scss */
.spark-image-text-preview.left .spark-container {
  flex-direction: column-reverse;
}
/* line 30, style/sass/style.scss */
.spark-image-text-preview.bottom .spark-container {
  flex-direction: row;
}
/* line 35, style/sass/style.scss */
.spark-image-text-preview.top .spark-container {
  flex-direction: row-reverse;
}
