.mfp-bg.mfp-fixed {
	display: none;
}
.mfp-fixed.mfp-wrap {
	top: 60px;
	width: 100%;
	height: calc(100% - 60px);
	z-index: 10;
}
.mfp-fixed.mfp-wrap .mfp-container {
	padding: 0;
}
.mfp-back {
	font-size: 14px;
	position: sticky;
	display: block;
	top: 0;
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid #646464;
	line-height: 50px;
	font-weight: 700;
	z-index: 1000;
	margin-bottom: 20px;
}
.mfp-fixed .mfp-content {
	background: #FFF;
	position: relative;
	min-height: 100%;
}
.mfp-fixed.mfp-wrap .mfp-content {
	padding: 0 20px;
	left: 100%;
	transition: left .25s ease-out;
}
.mfp-fixed.mfp-wrap.mfp-ready .mfp-content {
	left: 0;
}
.mfp-fixed.mfp-wrap.mfp-removing .mfp-content {
	left: -100%;
}
.mfp-arrow {
	top: auto;
	bottom: 0;
}
.mfp-back .ion {
	display: inline-block;
}
.mfp-content .wpb_single_image {
	margin-left: 0 !important;
}
.mfp-fixed .owl-nav {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 50px;
	margin-left: -20px;
	padding: 0 20px;
}
.mfp-fixed .owl-nav .owl-prev {
	float: left;
}
.mfp-fixed .owl-nav .owl-next {
	float: right;
}
.mfp-fixed .owl-theme .owl-nav [class*='owl-'] {
	font-size: 40px;
	background: #000000CC;
	margin: 0;
}
.mfp-wrap .owl-item.active .ohio-text-sc strong,
.mfp-wrap .owl-item.active .wpb_text_column strong {
	display: inline-block;
	margin: 0;
}
.mfp-default {
	background: #FFF;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.mfp-default .mfp-close {
	color: #666 !important;
}
.mfp-wrap h4 {
	font-size: 16px;
}
.mfp-wrap img {
	max-height: 90px !important;
	width: auto;
}
.mfp-wrap .downloadPdf,
.mfp-wrap p {
	font-size: 14px;
	margin: 10px 0 5px 0;
}
.mfp-wrap .wpb_button,
.mfp-wrap .wpb_content_element,
.mfp-wrap ul.wpb_thumbnails-fluid>li {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) { 
	.mfp-fixed.mfp-wrap {
		top: 60px;
		height: calc(100% - 60px) !important;
		overflow: scroll !important;
	}
}