@media (max-width: 992px) {
  .post .post-contents {
    display: block;
  }

  .post .post-contents .post-left {
    width: 100%;
  }

  .post .post-contents .post-right {
    width: 100%;
    padding-left: 0;
  }

  .page-about-post .post-contents {
    display: block;

    .post-left {
      width: 100%;
    }

    .post-right {
      width: 100%;
      padding-left: 0;
    }
  }
}

/*# sourceMappingURL=mq.css.map */