.o-auto {
  overflow: auto !important;
}

.o-hidden {
  overflow: hidden !important;
}

.o-visible {
  overflow: hidden !important;
}

.ox-auto {
  overflow-x: auto !important;
}

.ox-hidden {
  overflow-x: hidden !important;
}

.ox-visible {
  overflow-x: hidden !important;
}

.oy-auto {
  overflow-y: auto !important;
}

.oy-hidden {
  overflow-y: hidden !important;
}

.oy-visible {
  overflow-y: hidden !important;
}
