
.feature-hero{
  margin-top:4rem;
}

.hero-showcase-card img {
  aspect-ratio: 4/3;
}



.intro-bg{	 
/*    background-image:
    linear-gradient(
	90deg, 
	rgba(5,6,9,.75) 50%, 
	rgba(5,6,9,.70) 70%, 
	rgba(5,6,9,.75) 90%
	),
    linear-gradient(
	180deg, 
	rgba(5,6,9,.20) 0%, 
	rgba(5,6,9,.20) 45%, 
	rgba(5,6,9,.20) 90%
	),
	 var(--hero-bg-image);*/

/*  background-size:100% auto;
  background-position:top;
  background-repeat:no-repeat;
  */
  
  background-position:center 70%;
}


.reflections-grid{
	grid-template-columns:var(--2-grids);
	
}