.p-section-hero-style1 {
  position: relative;

  /*min-height: calc( 100vh - var(--v-adminbar__height) );*/
  height: 100vh;
  max-height: 50vh;
}

.p-section-hero-style1,
.p-section-hero-style1 .lib-swiper__inner,
.p-section-hero-style1 .lib-swiper__wrapper,
.p-section-hero-style1 .lib-swiper__slide {
  display: flex;
  align-items: stretch;
}

.p-section-hero-style1 > .lib-swiper__inner,
.p-section-hero-style1 > .lib-swiper__wrapper,
.p-section-hero-style1 > .lib-swiper__slide {
  flex: 0 0 100%;
}

.p-section-hero-style1__title {
  position: absolute;
  z-index: 10;
  inset: auto 0 2rem 2rem;
  color: var(--v-color__light);

  padding: 1px 0 1px 1px;
  border: 1rem solid var(--v-color__1--alpha--alt1);
  border-right: none;
  font-size: 90%;
}

.p-section-hero-style1__title-inner {
  background-color: var(--v-color__1--alpha--alt1);
  padding: 1rem;
}

.p-section-hero-style1__title h1 {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .p-section-hero-style1 {
    max-height: 80vh;
  }

  .p-section-hero-style1__title {
    font-size: 120%;
  }
}

@media (min-width: 1200px) {
  .p-section-hero-style1__title {
    position: absolute;
    z-index: 10;
    inset: auto 0 5rem 5rem;
    font-size: 140%;
  }

  .p-section-hero-style1__title-inner {
    padding: 2rem;
  }
}
