.plain-vd-modal  .fluid-width-video-wrapper {
	display: inline !important;
}

.plain-vd-modal {
	display: none;
}

.modal-header {
	border-bottom: none !important;
	max-width: 1190px;
	margin: auto;
}

.modal-body {
	max-width: 1444px;
	margin: auto;
}

.reveal-modal-bg {
	padding: 5px;
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 10000;
	top: 0;
	left: 0;
	overflow: scroll;
}

.reveal-modal {
	max-width: 100%;
	top: 10% !important;
	/
  z-index: 101;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}

.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}

.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}

.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}

.modal-triggers {
	display: block !important;
}

.modal-card-close {
	font-size: 24px;
	color: #002074;
	width: 5%;
	cursor: pointer;
	float: right;
}

.modal-header-text h4 {
	margin-bottom: 0px;
}

.modal-iframe.iframeContainer {
	font-size: 24px !important;
	margin: auto;
}

.modal-footer .modal-footer-text {
	text-align: center;
}

.modal-no-scroll {
	overflow: hidden;
}

@media only screen and (min-width:1140px) {
	.modal-iframe.iframeContainer {
		max-width: 80%;
		width: 633px imp;
	}

	.modal-iframe .vidFrame {
		height: 633px !important;
	}

	.reveal-modal-bg {
		padding-top: 100px;
	}
}