.promo-triple-cardblock {
	font-family: var(--ringside-ssm);
	margin: auto;
}

.promo-triple-cardblock .promo-triple__card-link {
	z-index: 1;
	grid-area: 1 / 1 / -1 / -1;
}

.promo-triple__card {
	box-shadow: 4px 6px 18px 0 rgba(0, 0, 0, 0.2);
	margin: 20px auto;
	width: 100%;
	text-decoration: none;
	display: grid;
	grid-template-columns: 55% 45%;
	background: #fff;
}

.promo-triple__card .promo-triple__picture {
	grid-area: 1 / 2 / 2 / 3;
	overflow: hidden;
	width: 100%;
	height: 160px;
}

.promo-triple__image {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: transform 0.25s ease;
	overflow: hidden;
}

.promo-triple__card:hover .promo-triple__image {
	transform: scale(1.2);
}

.promo-triple__card:hover .text__title {
	color: var(--byu-royal);
}

.promo-triple__card .promo-triple__text {
	grid-area: 1 / 1 / 2 / 2;
	position: relative;
	padding: 0 20px;
}

.promo-triple__card .text__tag {
	color: var(--byu-royal);
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	transition: color 0.2s ease;
}

.promo-triple__card .text__title {
	color: #292929;
	margin-top: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 36px;
}

.promo-triple__card .text__subtitle {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #818181;
	font-family: var(--public-sans);
	font-size: 19px;
	padding-right: 30px;
	overflow: hidden;
	line-height: 25px;
}

.promo-triple__card .text__footer {
	display: flex;
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}

.promo-triple__card .text__issue {
	color: var(--byu-royal);
	font-weight: 100;
	font-size: 14px;
	padding-top: 4px;
	z-index: 2;
	transition: color 0.2s ease;
}

.promo-triple__card .text__time {
	color: var(--mag-grey);
	font-weight: 300;
	flex-grow: 4;
	font-size: 14px;
}

.promo-triple__card .text__views {
	color: var(--mag-grey);
	font-size: 14px;
}

.promo-triple__card .text__issue,
.promo-triple__card .text__time,
.promo-triple__card .text__views {
	margin: 0;
}

.promo-triple__card .text__issue:hover {
	color: var(--byu-royal-medium);
}

.promo-triple__card .text__subtitle,
.promo-triple__card .text__views {
	display: none;
}

.promo-triple__card .text__tag-link {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.promo-triple__card .text__tag-link:hover .text__tag {
	color: var(--byu-royal-medium);
}

@media (min-width: 800px) { /* desktop */

	.promo-triple-cardblock {
		display: grid;
		max-width: 914px;
		row-gap: 30px;
		column-gap: 22px;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.promo-triple__card {
		margin: 0;
		height: 400px;
		grid-template-rows: 154px 246px;
		grid-template-columns: 100%;
	}

	.promo-triple__card .promo-triple__picture {
		grid-area: 1 / 1 / 2 / 2;
		height: 154px;
		width: 100%;
	}

	.promo-triple__card .promo-triple__text {
		grid-area: 2 / 1 / 3 / 2;
		height: 246px;
	}

	.promo-triple__card .text__views {
		font-weight: 500;
		display: block;
	}

	.promo-triple__card .text__title {
		font-size: 26px;
		height: 72px;
		line-height: 34px;
	}

	.promo-triple__card .text__subtitle {
		display: -webkit-box;
	}
}
