/**
 * Profile Renderers CSS
 * Styles for player and staff profile renderers
 */

/* Player and Staff Profile Image Wrapper */
.page-feature-card-img-wrap {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	/* Background image is set via JavaScript from data-profile-image attribute */
}