.vdist-desktop, .vdist-mobile { width: 100%; position: relative; float: none; clear: both; }
.vdist-desktop { display: none; }
.vdist-mobile { display: block; }
@media only screen and (min-width: 1024px) {
	.vdist-desktop { display: block; }
	.vdist-mobile { display: none; }
}
