.team-banner {
	width: 100%;
	height: 100vh;
}

.team-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-banner--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--color-bg-alt);
	background-color: rgba(230, 130, 160, 0.35);
	background-blend-mode: multiply;
}