/* Minimal RTL - test version */
html[dir="rtl"] {
  direction: rtl;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

/* Samsung device fixes */
.cover {
  background-attachment: scroll !important;
  -webkit-background-size: cover !important;
  will-change: transform;
}

/* Float image to appear on LEFT side visually in RTL */
html[dir="rtl"] .float-left {
  float: left;
  margin-left: 0;
  margin-right: 1rem;
}
