.mobile-card,
.mobile-card-face {
	position: relative;
	display: block;
	margin-bottom: 24px;
}
.mobile-card-face-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.card-face-link-content {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	color: white;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}
.mobile-card-face img {
	max-width: 18px;
}
