/*CSS for mobile devices which revert columns if Swipe/revert field is checked*/
@media only screen and (max-width: 769px) {
	.swipe-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}