.page-header {
  height: 70vh;
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}
.page-header .page-header-background {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.page-header .page-header-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(226, 16, 16, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
}
.page-header .page-header-mask svg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110%;
  transform: translateX(-50%);
  fill: #efefef;
}
.page-header .page-header-mask h1 {
  display: block;
  font-size: 56px;
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
  margin: 0;
  width: 90%;
  max-width: 750px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .page-header .page-header-mask svg {
    width: 200%;
  }
}

/*# sourceMappingURL=page-header.css.map */
