.leftRight {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  overflow: hidden;
}
.leftRight .leftDiv {
  width: 100%;
}
.leftRight .rightDiv {
  width: 100%;
}

.thirdDiv {
  width: 90%;
}

.demo {
  width: 600px;
}

.lSSlideOuter {
  width: 600px;
}/*# sourceMappingURL=article-1-max.css.map */