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

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

.custom-video-section__subtitle {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

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

.custom-video-wrap>video {
	width: 100%;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

}