.uxe_verticalSpacer {
  display: inline-block;
  width: 100%;
}
.uxe_verticalSpacer.uxe-v-sp-10vh {
  height: 10vh;
}
.uxe_verticalSpacer.uxe-v-sp-20vh {
  height: 20vh;
}
.uxe_verticalSpacer.uxe-v-sp-30vh {
  height: 30vh;
}
.uxe_verticalSpacer.uxe-v-sp-40vh {
  height: 40vh;
}
.uxe_verticalSpacer.uxe-v-sp-50vh {
  height: 50vh;
}
.uxe_verticalSpacer.uxe-v-sp-60vh {
  height: 60vh;
}
.uxe_verticalSpacer.uxe-v-sp-70vh {
  height: 70vh;
}
.uxe_verticalSpacer.uxe-v-sp-80vh {
  height: 80vh;
}
.uxe_verticalSpacer.uxe-v-sp-90vh {
  height: 90vh;
}
.uxe_verticalSpacer.uxe-v-sp-100vh {
  height: 100vh;
}
.uxe_verticalSpacer.uxe-v-sp-100px {
  height: 100px;
}
.uxe_verticalSpacer.uxe-v-sp-200px {
  height: 200px;
}
.uxe_verticalSpacer.uxe-v-sp-300px {
  height: 300px;
}
.uxe_verticalSpacer.uxe-v-sp-400px {
  height: 400px;
}
.uxe_verticalSpacer.uxe-v-sp-500px {
  height: 500px;
}
.uxe_verticalSpacer.uxe-v-sp-600px {
  height: 600px;
}
.uxe_verticalSpacer.uxe-v-sp-700px {
  height: 700px;
}
.uxe_verticalSpacer.uxe-v-sp-800px {
  height: 800px;
}
.uxe_verticalSpacer.uxe-v-sp-900px {
  height: 900px;
}
.uxe_verticalSpacer.uxe-v-sp-1000px {
  height: 1000px;
}
