@mixin flex-justify-content($variable) {
	-webkit-box-pack: $variable;
	-ms-flex-pack: $variable;
	justify-content: $variable;
}