.nopgbanner {
  height: 2em;
}

.insetLarge {
  width: 100%;
  /* height: 100%; */
  height: calc(100% - 120px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 119px;
}

.jsGallery .insetSmall {
  display: none;
}

 .insetLarge,
 .insetSmall {
    z-index: 502;
}

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

@media only screen and (max-width: 1185px) {
  .insetLarge {
    height: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 679px) {
  .insetLarge {
    display: none;
  }

  .jsGallery .insetSmall {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  .insetLarge .wrap {
    padding: 1.5rem;
  }
}
