@supports (-webkit-touch-callout: none) {
  .cardbg,
  .cardbg2 {
    max-height: 100%;
    position: absolute;
    display: block;
    max-height: 100%;
  }
  .projectCard .cardFooter {
    top: 90vh !important;
    /* On IOS hard to click bottom of screen */
  }
  .videoContainer {
    scale: 1.4;
  }
  .scrollVideo {
    background: black;
    -webkit-box-shadow: 0px 0px 50px 30px black !important;
            box-shadow: 0px 0px 50px 30px black !important;
    scale: 1 !important;
    top: 200px;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    position: -webkit-sticky !important;
    display: block;
    overflow: visible;
  }
  .section {
    width: min(100vw, 600px) !important;
    margin: auto;
  }
}/*# sourceMappingURL=newIos.css.map */