
.home-congue-section {
	height: 1000px;
}

.home-congue-section video {
	position: absolute;
	height: 1000px;
	width: 100%;
	object-fit: cover;
	z-index: 1;
}

.home-congue-section .congue-content {
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
}

.home-congue-section .banner-heading {
	font-weight: 600;
	font-size: 86px;
	line-height: 120%;
	text-transform: capitalize;
	margin: 30px 0px;
}

.home-congue-section .container {
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.image-city-state-name {
	font-weight: 400;
	font-size: 32px;
	line-height: 103%;
	text-align: center;
	text-transform: capitalize;
}

.home-congue-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(44, 44, 44, .6);
	z-index: 2;
}

.wide-content-sec .loop-wrap:nth-child(2n) .video-wraper::after {
	position: absolute;
	content: "";
	background: none;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 100%;
	mix-blend-mode: color;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.home-congue-section .banner-heading {
		font-size: 45px;
	}
	
	.image-city-state-name {
		font-size: 22px;
	}
	
	.home-congue-section, .home-congue-section video {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.home-congue-section .banner-heading {
		font-size: 30px;
	}
	
	.image-city-state-name {
		font-weight: 400;
		font-size: 22px;
		line-height: 103%;
		text-align: center;
		text-transform: capitalize;
	}
	
	.home-congue-section, .home-congue-section video {
		height: 600px;
	}
}
