.athlete {
	width: 15vw;
	margin-right: 25px;
	background-color: #F5F5F5;
	margin-bottom: 25px;
}

.athlete_picture {
	height: 15vw;
	width: 100%;
	background-size: cover;
	background-position: center center;

}

.athlete_header {
	text-align: center;
	padding: 10px;

}

.athlete_header>h3 {
	margin:0;
	font-family: 'Assistant', sans-serif;
	font-size: 30px
}

.athlete_header>h4 {
	margin:0;
	font-family: 'Assistant', sans-serif;
	font-size: 20px
}

.athlete_link {
	color: black;
}

.athlete_link:hover {
	text-decoration: none;
	color:  #0080C6;


}

@media (max-width: 1600px) {
	.athlete {
		width: 20vw;
	}

	.athlete_picture {
		height: 20vw;
	}

}

@media (max-width: 1200px) {
	.athlete {
		width: 30vw;
	}

	.athlete_picture {
		height: 30vw;
	}

}

@media (max-width: 800px) {
	.athlete {
		width: 60vw;
	}

	.athlete_picture {
		height: 60vw;
	}

}

@media (max-width: 600px) {
	.athlete {
		width: 80vw;
	}

	.athlete_picture {
		height: 80vw;
	}

}