.custom-section-video {
	height: 50vh;
	z-index: 0;
}

.custom-section-video .custom-section-video-wrapper {
	position: absolute;
	z-index: -1;
	inset: 0px;
	overflow: hidden;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: none;
}

.custom-section-video video {
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible; opacity: 1;
	width: 100vw;
	height: auto;
}

.custom-section-video2 {
	height: 50vh;
	z-index: 0;
}

.custom-section-video2 .custom-section-video-wrapper2 {
	position: absolute;
	z-index: -1;
	inset: 0px;
	overflow: hidden;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: none;
}

.custom-section-video2 video2 {
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible; opacity: 1;
	width: 100vw;
	height: auto;
}
