/*CSS for mobile devices which revert columns if Swipe/revert field is checked*/

@media only screen and (max-width: 1200px) {
	.swipe-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}