.file-pull-reveal {
  max-width: 85%;
  margin-bottom: 40px;
  top: 60px;
  &.max-width-794 {
    max-width: 794px;
  }
  .reveal-body {
    padding-top: 24px;
  }
  .reveal-footer {
    padding-bottom: 52px;
  }
  @include breakpoint(large up) {
    width: auto;
    max-width: 70%;
  }
}