.c-project-masthead {
  overflow: hidden;
  padding-bottom: 34.7826086957%;
  position: relative;
}
.c-project-masthead + .o-layout-section:not(:first-child) {
  margin-top: 0;
}
.c-project-masthead .contextual-region {
  position: static;
}
@media (min-width: 62em) {
  .c-project-masthead {
    margin-bottom: -9.0909090909%;
  }
}

.c-project-masthead__image .media__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-project-masthead__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

@media (max-width: 61.9375em) {
  .c-project-masthead + .c-page-header .c-page-header__icon {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 0;
  }
}