.hero-video-callout .img-cont {
	position: relative;
}

.hero-video-callout .slide .inner {
	position: relative;
	display: grid;
	grid-template-columns: 244fr 131fr;
}

.hero-video-callout .img-cont img {
	display: block;
	width: 100%;
}

.hero-video-callout h4,
.hero-video-callout h4 a {
	color: var(--white);
	font-family: var(--solano);
	font-weight: var(--font-weight-bold);
	pointer-events: all;
	text-align: center;
	font-size: 26px;
	line-height: calc(28/26);
}

.hero-video-callout .content-section {
	padding: 20px;
	pointer-events: none;
	background-color: rgba(0,0,0,.7);
	display: flex;
	align-items: center;
	justify-content: center;

}

@media (hover: hover) {
	.hero-video-callout h4 a:hover {
		font-size: 26px;
		line-height: calc(28/26);
	}
}

@media (min-width: 40em) {
	.hero-video-callout {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
}

@media (min-width: 64em) {
	.hero-video-callout .cols {
		display: flex;
		flex-wrap: wrap;
	}

	.hero-video-callout h4 {
		font-size: 25px;
		line-height: 30px;
		font-weight: 700;
	}
}
