/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/

.core-hero-image .img-cont:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	pointer-events: none;
}

.core-hero-image .slide p {
	font-size: var(--text-base);
	font-weight: normal;
}

.core-hero-image .read-more {
	font-weight: 700;
	color: var(--text-color);
}

.core-hero-image .graphic-cont {
	width: 290px;
	height: 172.89px;
	position: absolute;
	top: calc(50% - 86.445px);
	left: calc(50% - 145px);
	pointer-events: none;
}

.core-hero-image .graphic-cont svg {
	max-width: 100%;
}

@media(min-width:64em) {
	.core-hero-image .graphic-cont {
		width: 503px;
		height: 299.87px;
		top: 33%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}
}