/*
	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.
*/

.ccl-widget.core-hero-image.hero-image {
	clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
}

.ccl-widget.core-hero-image.hero-image .img-cont::after{
	content: none;
}

@media (min-width: 64em) {
	.ccl-widget.core-hero-image.hero-image {
		clip-path: polygon(100% 0, 100% 86%, 50% 100%, 0 86%, 0 0);
	}
}
.ccl-widget.core-hero-image.hero-image .banner-content {
	display: none;
}