/* Reverse the order of columns when flip order is active */
@media screen and (min-width: 769px) {
	.flipper-flip-order {
			flex-direction: row-reverse;
	}
}
