/* LESS: /cms/stylesheet/twitter-feed.less */
.CMSComponentTwitterFeed {
  display: none !important;
}
.CMSComponentTwitterFeed > .CMSTwitterFeed:not(.Unsized) {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  display: none !important;
  justify-content: center;
}
.CMSComponentTwitterFeed .CMSTwitterFeed iframe.twitter-timeline {
  display: none !important;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 767px) {
    .CMSComponentTwitterFeed .CMSTwitterFeed iframe.twitter-timeline {
      width: 0px;
      min-width: 100%;
      height: 0px;
      display: none !important;
    }
  }
}
/*# sourceMappingURL=twitter-feed.css.map */


