.wp-block-cleargov-homepage-testimonial {
	display: grid;
	grid-row: 1;
	grid-column: 1;
	background: var(--blue-90);
	color: var(--blue-40);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

.wp-block-cleargov-homepage-testimonials:not(.cg-init) .wp-block-cleargov-homepage-testimonial:first-child,
.wp-block-cleargov-homepage-testimonial.selected {
	opacity: 1;
	pointer-events: auto;
}

.cg-home-test-video {
    position: relative;
    aspect-ratio: 1;
	margin: 0 calc(-1 * var(--wp--preset--spacing--gutter));
    overflow: hidden;
}

.cg-home-test-video figure {
    position: relative;
	top: 7em;
    left: 50%;
    aspect-ratio: 16/9;
    margin: 0;
    transform: translateX(-50%);
}

.cg-home-test-video * {
	max-width: none !important;
	max-height: none !important;
}

.cg-home-test-video .vidyard-player-container,
.cg-home-test-video img {
	border-radius: .75em;
}

.cg-home-test-quote {
	position: relative;
	padding: 1.5em 0 11.5em;
}

.cg-testimonial-quote {
	margin-bottom: 1.2em;
}

.cg-testimonial-quote::before {
	content: '“';
}

.cg-testimonial-quote::after {
	content: '”';
}

.cg-testimonial-name::after {
	content: ', ';
}

.cg-home-test-quote img {
	position: absolute;
	bottom: 3.625em;
	width: 5.625em;
	height: 5.625em;
	border-radius: 50%;
}

@media all and (min-width: 52em) {
	.wp-block-cleargov-homepage-testimonial {
		grid-template-columns: 1fr 1fr;
	}
	
	.cg-home-test-video {
		aspect-ratio: auto;
		min-height: 37.5em;
		margin: 0.25em 0;
	}
	
	.cg-home-test-quote {
		padding: 7em 0 9.875em 4em;
	}
	
	.cg-home-test-quote img {
		bottom: 2.5em;
	}
}