/* Core parameters */
/* iPhone scrollbar area width; less space taken by Androids */
/* Additional style arithmetic input from the dimensions of the "rotate me"
 * image */
/* Spacing parameters arithmetic */
.batumi-added-contrast {
  background-color: #000;
  opacity: 0.5;
  padding: 0 16px;
}

@media (min-width: 601px) and (max-width: 992px) {
  .batumi-added-contrast {
    display: none;
  }
}
@media (min-width: 993px) {
  .batumi-added-contrast {
    padding: 0 32px;
  }
}

/*# sourceMappingURL=batumi-content.css.map */
