/*.home-marquee {
	background-color: #e7e5dd;
}*/

.section.home-marquee:not(.fp-section) {
	height:100vh;
}

.video-embed {
    overflow:hidden;
/*    padding-bottom:56.25%;*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.video-embed video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	object-fit:cover;
	object-position:center top;
}

.marquee-text {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

.marquee-text .content-main {
	display:flex;
	flex-direction:column;
	height:100%;
	align-items:space-between;
	padding-top:80px;
	box-sizing:border-box;
}

.marquee-text .content-main.color-white h2,
.marquee-text .content-main.color-white p {
	color:#fff;
}

.marquee-text .content-main .text-buttons {
	margin-top:10px;
}

.marquee-text .content-main .text-buttons .buttons {
	margin-top:20px;
}

.marquee-text .content-main .text-buttons.center-bottom .buttons {
	display:flex;
	gap:20px;
	flex-flow:wrap;
}

.marquee-text .content-main .text-buttons.center-bottom {
	margin-top:auto;
	margin-bottom:30px;
}

.marquee-text .content-main .text-buttons.center-bottom .buttons {
	justify-content:center;
}

.marquee-text .content-main .text-buttons.center-bottom .buttons .button {
	flex-shrink:0;
}

.home-marquee .image-bg, .home-marquee .image-bg img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}

.home-marquee .image-bg img {
	display:block;
	object-fit:cover;
	object-position:center top;
}

.marquee-text .content-main p {
/*	max-width:320px;*/
	font-weight:bold;
	line-height:1.2;
}

.marquee-text .marquee-body {
	max-width:320px;
}

@media(min-width:1025px) {
	.tablet-only { display:none; }
}

@media(max-width:1024px) {
	.tablet-hide { display:none; }
}

@media(min-width:960px) {
	.marquee-text .content-main .text-buttons:not(.center-bottom) .buttons {
		display:inline-flex;
		flex-direction:column;
		gap:20px;
	}
	
	.marquee-text .content-main p {
		font-size:20px;
	}
}

@media(max-width:959px) {
	
/*	.marquee-text .content-main .text-buttons.center-bottom .buttons {
		flex-flow:wrap;
	}*/
	
	.marquee-text .content-main {
		padding-top:40px;
	}
	
	.marquee-text .content-main .marquee-body {
		margin-left:auto;
		margin-right:auto;
	}
	
	.marquee-text .content-main .text-buttons {
		margin-top:auto;
		margin-bottom:30px;
	}
	
	.marquee-text .content-main .text-buttons .buttons {
		display:flex;
		justify-content:center;
		gap:17px;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.marquee-text .content-main .text-buttons .buttons .button {
		flex-shrink:0;
		flex-grow:1;
		flex-basis:25%;
		text-align:center;
		max-width:40%;
	}
	
	.marquee-text .titles, .marquee-body {
		text-align:center;
	}
}