.marketo-slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.marketo-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.marketo-slide-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.marketo-bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.marketo-social-video {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.marketo-tiktok-video {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.marketo-tiktok-video blockquote {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
}

.marketo-slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.marketo-slide-inner {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 20px;
	color: #fff;
}

.marketo-slide-title {
	color: inherit;
	margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
}