.hero {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: auto;
    background-color: #333;
}
@media (max-width: 480px) {
  .transparency {}
}

.hero {
	/* grid-template: "container"; */
	overflow: hidden;
}
@media (min-width: 1151px){
section.hero,
.hero-section.hero,
.hero .image-slide {
  max-height: clamp(450px, 50vh, 600px);
} 

.newscontentpage section.hero,
.newscontentpage .hero-section.hero,
.newscontentpage .hero .image-slide { 
  max-height: clamp(400px, 35vh, 500px);
}
}
@media (max-width: 1150px){
  section.hero,
  .hero-section.hero,
  .hero .image-slide,
  .newscontentpage section.hero,
  .newscontentpage .hero-section.hero,
  .newscontentpage .hero .image-slide {
    max-height: clamp(350px, 40vh, 450px);
  }
}
@media (max-width: 888px){
  section.hero,
  .hero-section.hero,
  .hero .image-slide,
  .newscontentpage section.hero,
.newscontentpage .hero-section.hero,
.newscontentpage .hero .image-slide {
   max-height: clamp(280px, 28vh, 320px);
  }
}
@media (max-width: 776px){
  section.hero,
  .hero-section.hero,
  .hero .image-slide,
  .newscontentpage section.hero,
.newscontentpage .hero-section.hero,
.newscontentpage .hero .image-slide {
   max-height: clamp(200px, 22vh, 250px);
  }
}
@media (max-width: 500px){
  section.hero,
  .hero-section.hero,
  .hero .image-slide,
  .newscontentpage section.hero,
.newscontentpage .hero-section.hero,
.newscontentpage .hero .image-slide {
   max-height: clamp(150px, 15vh, 190px);
  }
} 

.hero > div {
  grid-column: 1/13;
  grid-row: 1/2;
}
.transparency {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  z-index: 200;
}

section.hero .image-hero,
.hero-section.hero .image-hero {
  min-width: 100%;
  min-height: 100%;     
  z-index: 100;  
}

section.hero .image-container .image img,
.hero-section.hero .image-container .image img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(min-width: 1000px){
  .site-main .hero-section.hero .image-container .image img,
 .newscontentpage .hero-section.hero .image-container .image img {
   top: 20%;
 }
}

  @media (min-width: 1250px) {
    .hero-align-bottom .hero-section.hero .image-container .image img {
      bottom: -30%;
      top: unset;
      transform: translate(-50%, -60%);
    }
    
    .hero-align-middle .hero-section.hero .image-container .image img {
      top: 25%;
    }
  }
    @media (max-width: 1249px) {
    .hero-align-bottom .hero-section.hero .image-container .image img {
      bottom: -50%;
      top: unset;
      transform: translate(-50%, -50%);
    }
    .hero-align-middle .hero-section.hero .image-container .image img {
      top: 25%;
    }
  }
section.hero .title-hero-mask, 
.hero-section.hero .title-hero-mask {
  grid-column: 1/13;
  grid-row: 1/2;
  z-index: 600;
  align-self: end;    
  width: 100%;
  color: var(--lightest);    
  font-size: 0; 

  svg {
    color: var(--lightest);
    width: 100%;
    height: auto;
  }
}

section.hero .image-container .image,
.hero-section.hero .image-container .image {
  aspect-ratio: 16 / 9;
  position: relative;
}

section.hero .image-container .image-slide,
.hero-section.hero .image-container .image-slide,
section.hero .image-container,
.hero-section.hero .image-container {
  height: 100%;
  position: relative;
}

.hero .hero-content {
  margin: 0;
  background-color: transparent;
  grid-column: 2/12;
  justify-self: center;
  align-self: start;
}

.hero h1,
.hero h2 {
  color: var(--lightest);
  margin-bottom: 0;
}

.hero .summary,
.hero .summary p,
.hero .summary p a:not(.bttn) {
  margin-bottom: 0;
  font-size: 1.25rem;
  color:var(--lightest);
}

.hero .hero-button {
  display: inline-block;
}

.hero .hero-button .bttn {
  display: inline-block;
}

.hero a.bttn {
  background-color: var(--accent3-50);
  border-radius: 35px;
  display: inline-block;
  padding: .75rem 2rem;
  margin: .75rem 0;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.hero p + p>a.bttn {
      margin-top: .75em;
}

.hero a.bttn:hover,
.hero a.bttn:active,
.hero a.bttn:focus {
  background: var(--accent1);
  color: var(--lightest);
}

.hero .image-content {
  padding: 0 0 3rem 0;
  margin: 0;
  display: grid;
  grid-template-columns: subgrid;
  align-items: end;
  z-index: 300;
}
@media (max-width: 480px) {
  .hero .image-content {
    padding: 0 0 1.5rem 0;
  }
}

@media (799px < width) {
  .hero {
    grid-template-rows: auto;
  }
}
@media (max-width: 1000px) {
  .hero h1 {
    font-size: 46px;
  }
  .hero .summary,
  .hero .summary p {
    margin-bottom: 0rem;
    font-size: 16px;
  }
  .hero a.bttn {
    font-size: 16px;
  }
}
@media (max-width: 817px) {
  .hero h1 {
    font-size: 42px;
  }
  .hero .summary,
  .hero .summary p {
    font-size: 17px;
  }
  .hero a.bttn {
    font-size: 14px;
  }
}
@media (max-width: 676px) {
  .newscontentpage .hero-section .hero-content h1,
  .hero h1 {
    font-size: 7vw;
  }
  .newscontentpage .hero-content .summary,
  .newscontentpage .hero-content .summary p,
  .hero .summary,
  .hero .summary p {
    font-size: 4.5vw;
  }
  
  .newscontentpage .hero-section.hero .hero-content,
  .hero .hero-content {
  grid-column: 2/12;
  }
}
