.full-width.site-banner {
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
.full-width.site-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  display: block;
}
.full-width.site-banner .wrap {
  min-height: calc(36vh + 70px);
  padding: 140px 0 70px;
  position: relative;
}
.full-width.site-banner .wrap > .innerblockcontainer {
  max-width: 1165px;
  margin: auto;
}
.full-width.site-banner + *:not(.brafton-blocks) {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .full-width.site-banner + *:not(.brafton-blocks) {
    margin-top: 6rem;
  }
}
.full-width.site-banner h1 {
  font-weight: 900;
  font-size: 2.25rem;
  margin-bottom: 0.25em;
  margin-top: 0;
}
@media only screen and (min-width: 1030px) {
  .full-width.site-banner h1 {
    font-size: 3.8rem;
  }
}
.full-width.site-banner p {
  margin: auto;
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 130%;
}
@media only screen and (min-width: 1030px) {
  .full-width.site-banner p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .full-width.site-banner h1 {
    font-size: 40px;
  }
}