.masthead.masthead--fullimage {
  height: 737px;
  position: relative;
}
.masthead.masthead--fullimage .masthead__bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.masthead.masthead--fullimage .masthead__bg.lg {
  display: block;
}
.masthead.masthead--fullimage .masthead__bg.md, .masthead.masthead--fullimage .masthead__bg.sm {
  display: none;
}
.masthead.masthead--fullimage .masthead__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.masthead.masthead--fullimage .masthead__content .masthead__title {
  text-align: center;
  color: #FFF;
  margin-bottom: 8px;
}
.masthead.masthead--fullimage .masthead__content .masthead__desc {
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .masthead.masthead--fullimage {
    height: 684px;
  }
  .masthead.masthead--fullimage .masthead__bg {
    bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .masthead.masthead--fullimage .masthead__bg.md {
    display: block;
  }
  .masthead.masthead--fullimage .masthead__bg.md img {
    width: 65%;
  }
  .masthead.masthead--fullimage .masthead__bg.lg, .masthead.masthead--fullimage .masthead__bg.sm {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .masthead.masthead--fullimage .masthead__bg.md img {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .masthead.masthead--fullimage .masthead__bg {
    bottom: 0;
  }
  .masthead.masthead--fullimage .masthead__bg.sm {
    display: block;
  }
  .masthead.masthead--fullimage .masthead__bg.lg, .masthead.masthead--fullimage .masthead__bg.md {
    display: none;
  }
}/*# sourceMappingURL=masthead-center-fullimage.css.map */