.custom-side-video-section {
	padding: 50px 0;
}

.custom-side-video-section__title {
	text-align: center;
	margin: 0 auto 40px auto;
}

.custom-side-video-section__subtitle {
	margin-top: 20px;
	margin-bottom: 0;
}

.custom-side-video-section__buttons {
	text-align: center;
	margin: 30px auto 0 auto;
}

.custom-side-video-wrap {
	display: flex;
	column-gap: 40px;
}

.custom-side-video__video {
	width: 50%;
	/*height: 100%;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-side-video__video>div,
.custom-side-video__video>video {
	width: 100%;
}

.custom-side-video__text {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}

.custom-side-video-wrap .custom-side-video-section__buttons {
	margin: 0;
	margin-top: 5px;
}

@media screen and (max-width: 992px) {
	.custom-side-video-section-wrap {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.custom-side-video-wrap {
		flex-direction: column;
	}
	.custom-side-video__video, 
	.custom-side-video__text {
		width: 100%;
	}
}