/* Modal */

.blocker {
	z-index: 10 !important;
}

#video-modal.modal {
	max-width: 600px;
	background: unset;
	padding: unset;
}

#video-modal.modal iframe {
	width: 100%;
	height: 400px;
	border: 0;
}

#video-modal.modal video {
	width: 100%;
	height: 400px;
}

/* Modal - End */