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