.callout-tiles-3-across-fullwidth .slides {
    gap: 5px;
}

.callout-tiles-3-across-fullwidth .slide {
	transform: translateY(80px);
	opacity: 0;
	transition: all ease-out 0.8s;
}

.callout-tiles-3-across-fullwidth.active .slide {
	transform: translateY(0);
	opacity: 1;
}

.callout-tiles-3-across-fullwidth.active .slide:nth-of-type(2) {
	transition-delay: 0.1s;
}

.callout-tiles-3-across-fullwidth.active .slide:nth-of-type(3) {
	transition-delay: 0.2s;
}

.core-callout-tiles .slide .img-cont picture::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background: #205BC6;
	pointer-events: none;
}

.callout-tiles-3-across-fullwidth .img-cont picture {
	transform: scale(1);
    transition: transform ease-out 0.6s;
}

.callout-tiles-3-across-fullwidth .img-cont picture:hover {
	transform: scale(1.1);
}

.callout-tiles-3-across-fullwidth .slide img {
    transition: transform ease-out 0.6s;
}

.callout-tiles-3-across-fullwidth .content-section h4,
.callout-tiles-3-across-fullwidth .content-section h4 a {
	text-transform: uppercase;
	font-family: "Larken W05 Medium";
	font-weight: 400;
	font-size: 25px;
	line-height: 1em;
	color: white !important;
}


@media screen and (min-width: 75em) {
	.callout-tiles-3-across-fullwidth .slides {
		gap: 9px;
	}

	.callout-tiles-3-across-fullwidth.full-width.slides-across-3 .content-section h4,
	.callout-tiles-3-across-fullwidth.full-width.slides-across-3 .content-section h4 a {
		font-size: 35px;
	} 
}
