/* LESS: /usasdeckpass/stylesheet/deck-pass.less */
.CMSComponentFullDeckPass,
.CMSComponentDeckPass {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.CMSComponentFullDeckPass .CMSDeskPass,
.CMSComponentDeckPass .CMSDeskPass {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
.CMSComponentFullDeckPass .CMSDeskPass .Container,
.CMSComponentDeckPass .CMSDeskPass .Container {
  border: 0em;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  width: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 767px) {
    .CMSComponentFullDeckPass .CMSDeskPass .Container,
    .CMSComponentDeckPass .CMSDeskPass .Container {
      width: 0px;
      min-width: 100%;
      height: 0px;
    }
  }
}
.CMSComponentSystemPage > .DeckPassHomeSystemPageIframe {
  width: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 767px) {
    .CMSComponentSystemPage > .DeckPassHomeSystemPageIframe {
      width: 0px;
      min-width: 100%;
      height: 0px;
    }
  }
}
/*# sourceMappingURL=deck-pass.css.map */


