.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

.main-page--section .page-width--narrowest img, .main-page--section .page-width--narrowest video {
  width: calc(100% + 40px);
  max-width: none;
  margin: 2em -20px !important;
  display: block;
} 

.main-page--section .page-width--narrowest hr {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}