﻿/* Final override for video */
.custom-video-container video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	max-height: 415px !important;
}

/* Play button stays centered */
.custom-play-btn {
	font-size: 55px !important;
	padding: 10px 25px !important;
}

/* Responsive tweak */
@media (max-width: 1199px) {
	.iframe-custom {
		padding-top: 20px !important;
	}

	.custom-video-container {
		padding-bottom: 40% !important;
	}

		.custom-video-container video {
			max-height: 180px !important;
		}
}
