.openlane-intelligence-video-background-block {
	position: relative;
	overflow: hidden;
	padding: 138px 0;
}
.openlane-intelligence-video-background-block .video_background {
	position: absolute;
	z-index: 10;
	top: 0;
}
.openlane-intelligence-video-background-block .video_background video,
.openlane-intelligence-video-background-block .video_background {
	min-width: 100%;
    min-height: 100%;
}
.left_gradient {
	z-index: 11;
    position: absolute;
    background: linear-gradient(242deg, rgba(0, 97, 255, 0.00) 29.76%, #0061FF 79.49%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.0) 100%);
    height: 100%;
    width: 100%;
	top: 0;
}
.left_content {
    z-index: 100;
	max-width: 473px;
    position: relative;
}
.left_content h3 {
	color: var(--Openlane-Primary-Core-White, #FFF);
	font-family: Poppins;
	font-size: var(--Font-H3, 48px);
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.48px;
	margin-bottom: 24px;
}


@media (max-width: 990px) {
.left_content h3 {
		font-size: var(--Font-H3, 40px);
	}
}
@media (max-width: 776px) {
.left_content h3 {
		font-size: var(--Font-H3, 24px);
	}
}
.left_content p {
	color: var(--Openlane-Primary-Core-White, #FFF);
	font-family: Poppins;
	font-size: var(--Font-Body-Large, 20px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
	margin-bottom: 0;
}