.profile-card-link {
	position: relative;
	z-index: 20;
	text-decoration: none;
}
.profile-card__img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 100%;
}

.profile-card__text {
	color: white;
}

{# TABLET BREAKPOINT #}
@media (max-width: 992px) {

	.profile-card {
		margin: 0 auto;
	}

	.profile-card__text {
		right: 0px;
	}
}

{# MOBILE BREAKPOINT #}
@media (max-width: 767px) {
	.profile-card {
		max-width: 320px;
	}

	.profile-card__text {
		bottom: 120px !important;
		right: 5px !important;
	}
}
