*[data-video-src]{
	cursor: pointer;
}

.modal.video-panel {
	max-width: 80%;
    border-radius: 0;
    padding: 0;
}

.modal.video-panel .title-container {
    position: relative;
    z-index: 2;
}

.modal.video-panel .body-container {
	position: relative;
	z-index: 1;
	padding: 0 0 56.25%;
}

.modal.video-panel .body-container iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 800px) {
	.modal.video-panel {
		top: 25%;
		max-width: 100%;
		max-height: 50%;
	}
}