.sidebar.filter .btn {
	/* background: #EBEBEB; */
	border-radius: 5px;
	font-family: proxima-nova, sans-serif;
	font-size: 1em;
	color: #333;
	display: block;
	margin-bottom: 15px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.sidebar.filter .btn img {
	margin-right: 5px;
}
.sidebar.filter form label {
	font-size: 16px;
	font-weight: 700;
	color: black;
}
.sidebar.filter form select {
	width: 100%;
	display: block;
	padding: 5px 0;
	margin-bottom: 15px;
}
.shark-bites .related-players {
	border-top: 1px solid rgba(178, 178, 178, 1);
	padding: 15px 0;
}
.shark-bites h1 a,
.shark-bites h2 a,
.shark-bites h4 a,
.shark-bites h5 a {
	color: #043173;
}
.shark-bites .related-players span {
	color: rgba(142, 142, 142, 1);
	font-family: 'endzone', sans-serif;
	font-size: 16px;
	margin-right: 5px;
}
.shark-bites .related-players a {
	border: 1px solid rgba(4, 49, 115, 1);
    color: rgba(4, 49, 115, 1);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.shark-bites .related-players a:hover {
	background: rgba(4, 49, 115, 1);
	color: white;
}
.shark-bites .content-box {
	padding: 10px 20px;
}

.player-image-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow-y: hidden;
    text-align: center;
    display: flex;
}

.player-image-wrapper .shark-bite-player-image {
    width: 100%;
    object-fit: cover;
    flex-grow: 0;
}

@media only screen and (max-width: 992px) {
	.content-box .top-content .col-lg-3 {
		text-align: left !important;
	}
	.content-box .top-content span {
		font-size: 12px;
	}
	.content-box .top-content h5 {
		margin-bottom: 0;
	}
	.sidebar.ds-tools {
		display: none;
	}




	.shark-bites h4 a, .shark-bites h5 a {
		display: block;
	}
	.shark-bites h4 a {
		line-height: 1em;
	}
	.shark-bites h5 a {
		line-height: 1.2em;
	}

	.shark-bites .content-box .team-logo {
		width: 24%;
		padding-right: calc(var(--bs-gutter-x)*.25);
	}
	.shark-bites .content-box .title-player-pos-team {
		width: 76%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.shark-bites .content-box .publish-time {
		margin-top: 0.5em;
		margin-bottom: -0.5em;
		font-weight: bold;
	}


}