.main-header::before{
	font-size: 2.4rem;
}
.bannerHP {
	margin:10px;
	width: 100%;
	height: 130px;
	display: flex;
	justify-content: center;
}
.bannerHP a {
	height: 130px;
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.bannerHP a img {
	height: 100%;
}

@media (max-width: 900px) {
	.bannerHP {
		height: 100px;
	}
	.bannerHP a {
		 height: 100px;
	}
}
@media (max-width: 800px) {
	.bannerHP {
		height: 85px;
	}
	.bannerHP a {
		 height: 85px;
		 width: 100%;
	}
}

@media (max-width: 600px) {
	.bannerHP {
		height: 80px;
	}
	.bannerHP a {
		 height: 80px;
		 width: 100%;
	}
}
@media (max-width: 450px) {
	.bannerHP {
		height: 65px;
	}
	.bannerHP a {
		 height: 65px;
	}
}
.gallery-link-hover {
	background: #c92a2a;
	background: rgba(201,42,42,0.8);
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
}

/* player stats */
.player-table .table tbody td {
	padding: .8rem 1.6rem;
}
.player-table .table thead th {
	width: 70px;
	max-width: 70px;
	min-width: 70px;
}
.player-table .table thead th:first-child {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}
.player-table .table thead th.team {
	width: 240px;
	max-width: 240px;
	min-width: 240px;
}
.player-table .table thead th.post {
	width: 140px;
	max-width: 140px;
	min-width: 140px;
}

