.nopgbanner {
  height: 0.5em;
}

.insetLarge {
  width: 100%;

  height: calc(100% - 120px);

  position: absolute;

  top: 0;

  left: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  margin-top: 119px;
}

@media only screen and (max-width: 1290px) {
  .insetLarge .wrap {
    padding: 1.5rem;

    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 899px) {
  .insetLarge {
    height: 100%;

    margin-top: 0;
  }
}
