.v-landing .banner .panel {
	max-width: 25em;
}
.v-landing #product-links .card a {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.v-landing #product-links .card .image img {
	max-height: 12rem;
	margin: 0 auto;
}
.v-landing #product-links .card[data-type="grey"] .image img {
	max-height: none !important;
}
.v-landing #product-links .card .product-heading {
	height: 7rem;
	display: flex;
	align-items: center;
}
.v-landing #product-links .card .product-heading h2 {
	width: 100%;
	color: #000 !important;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
}
.v-landing #product-links .card .product-heading img {
	margin: 0 auto;
	max-height: 3rem;
	max-width: 75%;
}
.v-landing #product-links .card p {
	text-align: center;
	height: 2rem;
}
.v-landing #brand-links.pull-up {
	margin-top: -6rem;
}
.v-landing #brand-links .card a {
	min-height: 10rem;
}
.v-landing #brand-links .card a > div {
	display: flex;
	height: 100%;
	align-items: center;
}
.v-landing #brand-links .card a img {
	max-width: 90%;
	margin: 0 auto;
}
.v-landing #brand-links [data-brand="fastclip"] .card a img {
	max-width: 75%;
}
@media (min-width:48em) {
	.v-landing #product-links .card a {
		padding-top: 4.5rem;
	}
	.v-landing #product-links .card[data-type="grey"] a {
		padding-top: 8rem;
	}
	.v-landing #product-links .card[data-type="grey"]::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 55%;
		background: rgba(0, 0, 0, 0.1);
	}
	.v-landing #product-links .card .image {
		position: absolute;
		bottom: 70%;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
	}
	.v-landing #product-links [data-type="grey"] .image {
		width: 100%;
		bottom: 55%;
	}
	.v-landing #product-links {
		margin-top: 0;
	}
	.v-landing #brand-links.pull-up {
		margin-top: -10rem;
	}
	.v-landing #brand-links .card a img {
		max-width: 75%;
	}
	.v-landing #brand-links [data-brand="fastclip"] .card a img {
		max-width: 50%;
	}
}