

.hero-v2__image {
  display: block; 
  height: 275px !important;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .hero-v2__image { 
    display: none; {# Hide on desktop #}
    height: 619px !important;
  }
}

.hero-v2 .content__wrap {
  height: 100%; 
}

.content__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--site-width);
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  position: relative;
}

.hero-v2__content { 
  background-color: white;
  padding: 40px 0; 
  z-index: 2; 
}

@media (min-width: 1024px) {
  .hero-v2 .content__wrap {
    display: flex;
    align-items: center; 
  }
  
  .hero-v2__content {
    max-width: 660px; 
    padding: 81px 61px;
  }
}

.hero-v2__content h1 {
  margin-bottom: 50px !important; 
}



.hltitle {
  font-size: 200px; 
  position: absolute;
  bottom: 0;
}



.content__overlay {
  display: none; 
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

