.wollemiah-banner {
  width: 100%; position: relative;
  /* max-height: 830px; */
  max-height: 105vh; overflow-y: hidden;

}

.wollemiah-banner--background, .banner-background {
  width: 100%; height: auto; max-height: 105vh;
  /* max-height: 830px; */
  display: flex; flex-flow: row wrap;
  align-items: stretch; justify-content: center;

}

.wollemiah-banner--container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.12) 39.55%, 
    rgba(0, 0, 0, 0.12) 43.87%, 
    rgba(0, 0, 0, 0) 50.68%
  );
  /* backdrop-filter: blur(4px); */
}

/* var(--banner-text-max-width) */
.wollemiah-banner--text, .wollemiah-banner--text p {
  height: 100%;
  width: 100%;
  max-width: var(--container-max-width);
  color: var(--banner-text-color);
  margin: 0 auto;
  font-size: 18px; font-weight: 600;
  display: flex; align-items: center;
  
}

.banner-text-wrapper {
  width: 100%;
  max-width: 740px;
}

.banner-text-wrapper h1, .banner-text-wrapper h2, .banner-text-wrapper h3, .banner-text-wrapper h4 {
  color: var(--banner-text-color);
  font-family: 'Optima Cyr'; font-size: 60px; font-weight: 700;
  line-height: 1.0;
  text-transform: uppercase;
  text-align: left;
}

.banner-text-wrapper ul {
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}

.banner-text-wrapper ul li { min-height: 25px; padding-bottom: 6px; }

.banner-text-wrapper ul li::marker {
  color: var(--banner-list-marker-color);
  width: 10px; height: 10px;
  font-size: 2rem;
}

.wollemiah-banner--toolbar {
  width: 100%; min-height: 50px; margin-top: 44px;
  display: flex; flex-flow: row wrap;
  align-items: flex-end; justify-content: space-between;
}

@media (max-width: 767px) {

  .wollemiah-banner { width: 100%; position: relative; min-height: 547px; }

  .wollemiah-banner--background, .banner-background {
    width: 100%; height: 100%; min-height: 547px;
    object-fit: initial;
    flex-flow: column wrap;
    /* align-items: stretch; justify-items: stretch; */
    align-items: center; justify-items: flex-start;
    overflow: hidden;
  }

  .wollemiah-banner--background.banner-background .banner-background-image {
    transform: scale(3.6);
    /*  */
  }

  .wollemiah-banner--text, .wollemiah-banner--text p {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    max-width: auto;
    color: var(--banner-text-color);
  }

  .banner-text-wrapper { 
    width: calc(100%-20px) !important;
    margin-left: 10px;
  }

  .banner-text-wrapper h1, .banner-text-wrapper h2, .banner-text-wrapper h3, .banner-text-wrapper h4 {
    font-size: 30px; font-weight: 700; line-height: 100%;
    padding: 0px 0px;
  }

  .banner-text-wrapper ul {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .banner-text-wrapper ul li::marker {
    color: var(--banner-list-marker-color);
    width: 10px;
    height: 10px;
    font-size: 2rem;
  }

}

@media (min-width: 768px) {
  .wollemiah-banner {
    /* height: 830px; */
    height: auto;
    box-sizing: border-box;
    /* padding: var(--content-blocks-gap-mobile) 0px; */
    padding-top: var(--content-blocks-gap-mobile);
    padding-bottom: var(--content-blocks-gap-mobile);
    overflow: hidden;
  }

  .wollemiah-banner--background .banner-background-image {
    transform: scale(1.25);
  }
}