/* Background layer Component */
.interview-background-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.interview-foreground-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.interview-image--foreground {
  background: no-repeat center bottom;
  background-size: contain;
  width: 100%;
  padding-bottom: 560px;
}

.page-title {
  position: absolute;
  top: -100%;
}

/* -------------------- */

.interview-foreground-layer {
  width: 1280px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.interview-hero .interview-background-layer,
.interview-hero .interview-foreground-layer {
  max-height: 560px;
  height: 55.5vw;
}

@media (max-width: 639px) {
  .interview-hero .interview-background-layer,
  .interview-hero .interview-foreground-layer {
    max-height: 100vw;
    height: 100vw;
  }
}

.interview-title {
  max-height: 560px;
  height: 55.5vw;
  display: flex;
  align-items: center;
}
