﻿.hhs-hero-mod {
	overflow: hidden;
	position: relative
}

	.hhs-hero-mod .row {
		position: relative;
		z-index: 3
	}

.hhs-hero-overlay {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.hhs-hero-mod video {
	height: auto;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	width: auto
}

.hhs-hero-mod video, .hhs-scroll-down {
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%)
}

.hhs-scroll-down {
	border: 2px solid #fff;
	border-radius: 50px;
	bottom: 2%;
	height: 50px;
	opacity: .4;
	width: 30px;
	z-index: 1
}

	.hhs-scroll-down:before {
		animation: scrollDown 2s infinite;
		background-color: #fff;
		content: "";
		height: 10px;
		left: 50%;
		position: absolute;
		top: 8px;
		transform: translate(-50%);
		width: 2px
	}

@media (max-width:922px) {
	.hhs-form-con {
		margin-bottom: 25px !important
	}

	.hhs-hero-mod .hhs-col-inner-con {
		margin-bottom: 25px
	}
}

@media (max-width:575px) {
	.hhs-hero-mod .cta_button {
		margin-bottom: 10px
	}
}
