.core-hero-preview-slideshow .img-cont::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 40px rgba(0,0,0,.4);
	pointer-events: none;
}

.core-hero-preview-slideshow .img-cont::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
	pointer-events: none;
}

.core-hero-preview-slideshow .slide .slide-title { 
	font-family: var(--font-title);
	font-weight: 600;
	font-size: var(--text-2xl);
	line-height: var(--leading-none);
}

.core-hero-preview-slideshow .slide p { 
	font-size: var(--text-base); 
	font-weight: normal;
	line-height: var(--leading-normal);
}

@media (min-width: 40em) {
	.core-hero-preview-slideshow .slide .slide-title {
		font-size: var(--text-5xl); 
	}
}