.mfp-bg {
	background: rgba(74, 81, 95, .6)!important;
	z-index: 10000!important;
}

.mfp-wrap {
	z-index: 10001!important;
}

.modal-content {
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: none;
	border: none;
	background: #fff;
	overflow: hidden;
}

.modal-content-ytube {
	width: 80%;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: none;
	border: none;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.modal-content .modal-header,
.modal-content-ytube .modal-header{
	min-height: inherit;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #CDD6E8;
	background: #fff;
}

.modal-content .modal-header .modal-heading,
.modal-content-ytube .modal-header .modal-heading{
	padding: 18px 43px 22px 68px;
	margin: 0;
	border: none;
	color: #395CA3;
}

.modal-content .modal-header .modal-heading:before, 
.modal-content-ytube .modal-header .modal-heading:before{
	display: block;
	content: "\f00a";
	font-family: FontAwesome;
	color: #395CA3;
	opacity: 0.3;
	position: absolute;
	top: 21px;
	left: 1em;
	margin: auto;
}

.mfp-close {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	top: 12px !important;
	right: 23px;
	margin: auto;
	opacity: 1;
	transition: .2s opacity;
}

.mfp-close:hover {
	opacity: .7;
}

.mfp-close:before,
.mfp-close:after {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background: #4a515f;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mfp-close:before {
	transform: rotate(45deg);
}

.mfp-close:after {
	transform: rotate(-45deg);
}

.modal-content .modal-body {
	padding: 30px;
	border: none !important;
}

.modal-content .modal-body p{
	color: #595e67;
}

.modal-content.ytube{
	width: auto;
	max-width: auto;
}

@media only screen and (max-width: 767px) {
	.modal-content .modal-body {
		overflow-x: auto;
}
	.modal-content .modal-body p{
		white-space:nowrap;
		font-size: 12px;
}

	.modal-content .modal-body img{
		max-width: 100%;
		min-width: 1000px;
}
}
