/* PRIMARY COLORS */
/* SECONDARY COLORS */
/*
 * Remove below if autoprefixer get's enabled.
 */
/*
 * Remove below if autoprefixer get's enabled.
 */
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image, .component__masthead .container .content .masthead__banner .masthead__content .component__media-image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

.component__masthead .container .content .masthead__banner .masthead__content .component__media-image, .component__masthead .container .content .masthead__banner .masthead__content .component__media-image > div {
  z-index: -1;
}
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image img,
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image video {
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image .--loaded img,
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image .--loaded video {
  opacity: 0.25;
}
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image video {
  -o-object-fit: cover;
     object-fit: cover;
}

.component__masthead .container .content .masthead__banner h1,
.component__masthead .container .content .masthead__banner h1 *,
.component__masthead .container .content .masthead__banner p {
  color: white;
}
.component__masthead .container .content .masthead__banner .masthead__content {
  position: relative;
  min-height: 45rem;
  overflow: hidden;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
}
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image {
  z-index: 1;
  background-color: #222222;
}
.component__masthead .container .content .masthead__banner .masthead__content .component__media-image .content img {
  opacity: 1;
}
.component__masthead .container .content .masthead__banner .masthead__title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
}
.component__masthead .container .content .masthead__banner.--breadcrumb__yes .masthead__title, .component__masthead .container .content .masthead__banner.--breadcrumb__no .masthead__title {
  padding: 1.75rem 0 2rem;
}