.the-grand-salmon-header
{
position: relative;
width: 100%;
max-width: none;
height: 14rem;
background: #222 url(https://dh36nblqpps8a.cloudfront.net/assets/The-Grand-Salmon/the-grand-salmon-category-header-2022.jpg) center bottom/cover no-repeat;
margin-bottom: 2rem;
}

.the-grand-salmon-logo
{
background: url(https://dh36nblqpps8a.cloudfront.net/assets/The-Grand-Salmon/the-grand-salmon-logo-2022.svg) center bottom/cover no-repeat;
position: absolute;
top: 1rem;
left: 0;
right: 0;
width: 7.5rem;
height: 8.125rem;
margin-left: auto;
margin-right: auto;
}

.the-grand-salmon-photo-credit
{
color: #fff;
text-shadow: 0 0 .25rem rgba(0,0,0,.5);
position: absolute;
bottom: .25rem;
right: .25rem;
font-size: .75rem;
}

#the-grand-salmon-team-containter
{
max-width: 62.5rem;
margin: 0 auto;
padding: 0 1rem;
display: grid;
column-gap: 1.875rem;
}

#the-grand-salmon-team-containter img
{
width: 100%;
height: auto;
display: block;
}

#the-grand-salmon-team-containter::after, #the-grand-salmon-team-containter::before
{
content: "";
display: block;
margin: 4rem auto;
height: .25rem;
width: 80%;
max-width: 24rem;
background-color: #231f20;
border-radius: 10rem;
grid-column: 1 / -1;
}

/* 
#the-grand-salmon-team-containter::before
{
margin: 0 auto 4rem;
}
 */

/* 
#the-grand-salmon-team-containter div:first-of-type
{
margin-bottom: 2rem;
}
 */

#the-grand-salmon-team-containter h3
{
grid-column: 1 / -1;
text-transform: uppercase;
text-align: center;
margin-bottom: 1.875rem;
}

#the-grand-salmon-team-containter h4
{
margin: .75rem 0 0;
line-height: 1;
padding: 0 1rem;
font-size: 1.75rem;
}
	
#the-grand-salmon-team-containter h5
{
padding: 0 1rem;
font-style: italic;
font-weight: normal;
font-size: 1.125rem;
margin: .25rem 0 .75rem;
}

#the-grand-salmon-team-containter p
{
line-height: 1.4;
font-size: 1.125rem;
padding: 0 1rem;
margin: 0 0 2rem;
}



@media screen and (min-width: 40rem)
{
	.the-grand-salmon-header
	{
	height: 20rem;
	}
	
	.the-grand-salmon-logo
	{
	width: 11.625rem;
	height: 12.625rem;
	}
	
	#the-grand-salmon-team-containter
	{
	grid-template-columns: 1fr 1fr;
	}
	
	#the-grand-salmon-team-containter div:first-of-type
	{
	margin-bottom: 0;
	}	
	
}

@media screen and (min-width: 48rem)
{
	.the-grand-salmon-header
	{
	height: 26rem;
	}
	
	.the-grand-salmon-logo
	{
	width: 15.625rem;
	height: 17rem;
	}
	
	.the-grand-salmon-photo-credit
	{
	font-size: .875rem;
	}
}

@media screen and (min-width: 62.5rem)
{
	.the-grand-salmon-header
	{
	height: 34rem;
	}
	
	.the-grand-salmon-logo
	{
	width: 21.25rem;
	height: 23.0625rem;
	}
}