.team-list-block {
	padding: 0 0 var(--wp--custom--layout--spacing-48) 0 !important;
	background: var(--wp--preset--color--brand);
	width: 100%;
	max-width: 100% !important;
	display: flex;
}
.team-list-block .h3 {
	color: white;
	font-family: "Din pro", sans-serif;
	text-transform: uppercase;
	letter-spacing: -2.4px;
	line-height: 100%;
	font-size: var(--wp--preset--font-size--headline-l);
	margin: 0 0 var(--wp--custom--layout--spacing-48) 0;
}

.team-list-block .group {
	padding: var(--wp--custom--layout--spacing-64) 0 0;
}

.team-list-block .team-players {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;

}
.team-list-block .player picture {
	width: 100%;
	position: relative;
	min-height: 100%;
	display: block;
	max-width: 500px;
	max-height: 28vw;
	overflow: hidden;

}
.team-list-block .player a {
	position: relative;
}
.team-list-block .player .kolli {
	display: block;
	width: 4.2vw;
	height: 4.2vw;
	max-width: 61px;
	max-height: 60px;
	background: transparent url(../../assets/images/kolli.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
.team-list-block .player .kolli:hover {

}
.team-list-block .player picture:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg,rgba(200, 16, 46, 1) 0%, rgba(0, 0, 0, 0) 30%);
}
.team-list-block .player {
	width: calc(25% - 18px);
}
.team-list-block .player picture img {
	width: 100%;
	/*aspect-ratio: 1 / 1;
	object-fit: contain;*/
}
.team-list-block .player .player-content {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 20px;
	background: var(--wp--preset--color--brand);
}
.team-list-block .player .player-content .player-jersey {
	color: var(--wp--preset--color--dark);
	font-family: "DIN Pro";
	font-size: clamp(3rem, 5vw + 2rem, 6rem);
	line-height: 80%;
	letter-spacing: -4.8px;
	font-weight: 400;
}

.team-list-block .player .player-content .player-name {
	color: var(--wp--preset--color--dark);
	font-family: "din-condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: white;
	font-size: clamp(1.7rem, 3.2vw, 2rem);
	line-height: 120%;
	letter-spacing: 0.8px;
}
.team-list-block .player .player-content .player-name span {
	font-family: "Din pro", sans-serif;
	font-size: clamp(2rem, 3.2vw, 3rem);
	letter-spacing: 1.2px;
	width: 100%;
	display: block;
}


@media (max-width: 1200px) {
	.team-list-block .player {
		width: calc(33.3333% - 16px);
	}
	.team-list-block .player .player-content .player-name {
		line-height: 105%;
	}
	.team-list-block .player picture {
		max-height: 37vw;
	}

}
@media (max-width: 960px) {
	.team-list-block .player {
		width: calc(50% - 12px);
	}
	.team-list-block .player .kolli {
		width: 60px;
		height: 60px;
	}
	.team-list-block .player picture {
		min-height: 39vw;
		max-height: 52vw;
	}
	.team-list-block .player .player-content .player-jersey {
		font-size: clamp(72px, 3.2vw, 6rem);
	}
}
@media (max-width: 768px) {
	.team-list-block .player picture {
		max-height: 39vw;
	}
	.team-list-block .player .kolli {
		width: 30px;
		height: 30px;
	}
	.team-list-block .player .player-content .player-name span {
		letter-spacing: 0;
	}
	.team-list-block .player .player-content {
		gap: 12px;
	}
	.team-list-block .team-players {
		gap: var(--wp--custom--layout--spacing-64) 24px;
	}
}

@media (max-width: 600px) {
	.team-list-block .player .player-content {
		position: initial;
	}
	.team-list-block .player .player-content .player-jersey {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 48px;
		letter-spacing: -2.4px;
	}
}
@media (min-width: 768px) {
	.team-list-block .player .player-content {
		margin-top: -120px;
		min-height: 140px;
	}
	.team-list-block .player picture:after {
		bottom: 120px;
	}
}

@media (min-width: 1300px) {
	.team-list-block .player .player-content .player-jersey {
		line-height: 82%;
		font-size: 6rem;
	}

}

@media (min-width: 1600px) {
	.team-list-block .player picture {
		max-height: 450px
	}
}
