.bp-responsive-hero--custom {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
@media (max-width: 575px) {
  .bp-responsive-hero--custom {
    height: auto;
    min-height: 500px;
  }
}

.bp-responsive-hero__picture,
.bp-responsive-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.bp-responsive-hero__overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
  pointer-events: none;
  right: 0;
  top: 29%;
}
@media (max-width: 575px) {
  .bp-responsive-hero__overlay {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 24%;
  }
  .bp-responsive-hero__overlay .experience-foreground {
    position: absolute;
    bottom: 23%;
    width: 92%;
  }
}
@media (min-width: 769px) {
  .bp-responsive-hero__overlay {
    padding: 0 10rem;
  }
}

.bp-responsive-hero__overlay--empty {
  display: none;
}

.bp-responsive-hero__overlay > * {
  position: relative;
  pointer-events: auto;
}
@media (max-width: 575px) {
  .bp-responsive-hero__overlay > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 991px) {
  .bp-responsive-hero__overlay {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .bp-responsive-hero {
    min-height: 400px;
  }
  .bp-responsive-hero__overlay {
    padding: 1rem;
  }
}
.experience-component {
  width: 100%;
}
