.ccm-page .other-link {
  margin-bottom: 50px !important;
}
.ccm-page .twitter-area {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto!important;
  /* max-height: 530px; */
  margin: 0 0 90px;
  /* border: 1px solid #ccc;
  border-radius: 13px;
  overflow-y: scroll; */
}
.ccm-page .twitter-area iframe {
  width: calc(100% - 10px)!important;
}
@media only screen and (max-width: 40em) {
  .ccm-page .twitter-area {
    margin: 0 auto 90px;
  }
  .ccm-page .twitter-area iframe {
    width: calc(100vw - 30px) !important;
  }
}
