[data-component-id='ecore:hero'] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #363940;
    position: absolute;
    inset: 0;
    z-index: 0;

    img {
      width: 1px !important;
      height: 1px !important;
      position: absolute;
    }
  }

  .content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 13vw 0;
  }

  .overlay {
    display: flex;

    .content-inner {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding: 50px 67px 40px;
      background-color: #000c;
    }

    h1 {
      color: #fff;
      margin-bottom: 20px;
      position: relative;

      &:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        left: 50%;
        transform: translate(-50%);
        bottom: -20px;
        height: 6px;
        width: 55px;
        background-color: #f44604;
      }
    }

    a {
      align-self: center;
      margin-top: 25px;
    }
  }

  .large_text {
    display: flex;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;

    .content {
      padding: 10vw 0;
    }

    h1 {
      font-weight: 900;
      font-size: 120px;
      text-transform: uppercase;
      line-height: 0.85;
      color: #fff;
    }

    div.last {
      color: #000;
    }

    .subheading {
      font-size: 30px;
      font-weight: 900;
      color: #fff;
      margin-top: 30px;
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 10vw;
      }

      .subheading {
        font-size: 5vw;
      }
    }
  }
}
