/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Callout Tiles 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.
*/

@media (hover: hover) {
	.core-callout-tiles.callout-tiles-3-across .slide:hover .img-cont img,
	.core-callout-tiles.callout-tiles-4-across .slide:hover .img-cont img {
		transform: scale(1);
	}
}
.core-callout-tiles.callout-tiles-3-across .slide .slide-title,
.core-callout-tiles.callout-tiles-3-across .slide  span {
	color: var(--white);
}