.carousel-wrapper{
	max-width: 1440px;
	margin: auto;
	}

.tb-hero {
	position: relative;
	width: 100%;
	height: auto;
	/*height: 100vh;*/
	/*max-height: 500px;*/
	overflow: hidden;
	background: #c8b8b0;
	}

.tb-hero a{
	display: block;
	width: 100%;
	height: 100%;
	}

.tb-hero__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center top;
}

.tb-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	/*height: 100%;*/
	/*height: 100vh;*/
	/*max-height: 500px;*/
	height: 100%;
	object-fit: cover;
	object-position: center;
	object-position: center top;
	}

.tb-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,0.05) 0%,
		rgba(0,0,0,0.15) 60%,
		rgba(0,0,0,0.35) 100%
	);
	}

.tb-hero__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 12%;
	text-align: center;
	}
/*
@media (max-width: 1000px) {
	.tb-hero {
		height: 70vh;
	}
}

@media (max-width: 600px) {
	.tb-hero {
		height: 50vh;
	}
}
*/
