.topbanner {
	position: relative;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 0 25px;
}
.topbanner > img,
.topbanner #vimeohero {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	object-fit: cover;
	object-position: center;
}
.topbanner .homesec_image_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.topbanner .topbanner__wrapper {
	position: relative;
	z-index: 30;
	max-width: 918px;
	width: 100%;
	text-align: center;
}
/* Typography now controlled by Elementor */
.topbanner .topbanner__line {
	height: 42px;
	width: 1px;
	background-color: #fff;
	margin: 25px auto;
}
/* Vimeo background */
.topbanner--withvideo iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 60vw; /* 16:9 ratio */
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 10;
	pointer-events: none;
}
.topbanner .topbanner__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 20;
}
.credit-text_wrapper {
	z-index: 20;
	position: absolute;
	bottom: 40px;
	color: #fff;
	font-family: sans-serif;
	font-size: 20px;
	left: 100px;
}
/* ===== Responsive ===== */
@media screen and (max-width: 968px) {
	.topbanner {
		display: block;
		position: relative;
        height: fit-content;
		padding: 0;
		line-height: 1;
	}
	.topbanner--withvideo iframe {
		position: relative;
		width: 100%;
		transform: none;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.topbanner .homesec_image_bg {
		position: relative;
		height: 330px;
		background-position: center !important;
	}
	.topbanner .topbanner__overlay {
		display: none;
	}
	.topbanner .topbanner__wrapper {
		background-color: #f5f6f6;
		padding: 68px 25px;
	}
	.topbanner .topbanner__line {
		background-color: #000;
		margin: 15px auto;
	}
	.credit-text_wrapper {
		position: relative !important;
		z-index: 20 !important;
		color: #000 !important;
		background: #f5f6f6;
		padding: 10px;
		max-width: 100%;
	}
	.topbanner__subtitle {
		color: #000 !important;
	}
	.topbanner__title {
		color: #000 !important;
	}
	.credit-text {
		font-size: 14px !important;
	}
}
