/* general */
body {
    direction: rtl;
}
.bx-viewport {
    direction: ltr;
}
.bx-viewport > * {
    direction: ltr;
}


