@charset "UTF-8";
/* CSS Document */



.title sup{
   font-size:60%
}


.us-case-studies-3-columns-cta img, .us-case-studies-2-columns-cta img {
    max-width: 80%!important;
    margin: 0px auto;
}
video.hero-video-background {
    margin: 0px;
    width: 100%;
    height: auto;
}
.us-case-studies-video1 .image-asset,.us-case-studies-video2 .image-asset,.us-case-studies-video3 .image-asset {
aspect-ratio: 3 / 1;
overflow: hidden;
}
	
@media (width < 992px) {
	.hero-card__image {
		position: relative;
		margin-bottom: 25%;
		width: 100%;
		height: auto !important;
		aspect-ratio: 16 / 4.5;
	}
	video.hero-video-background {
		position: absolute;
		inset: 0;
		margin: 0px 15px;
		width: calc(100% - 30px);
		height: auto;
	}
	}
	@media (width >= 992px) {
		video.hero-video-background {
		height: 100%;
		object-fit: cover;
	}
}