.custom-video-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-video-wrapper video {
	max-width: 100%;
}