#pageContent {
	max-width: 1000px;
	margin: auto;
	border: none;
}

.horiz-bannerad {
	width: 100% align: inline-block;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 10px;


}


[id^="mep_"] {
	width: 100% !important;
	max-height: 440px !important;
	min-height: 440px !important;
	height: 100% !important;
}



.mejs__container.mejs__video {
	overflow: hidden;
}

video {
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
}

[id^="video_"] {
	margin-left: 0 !important;
	aspect-ratio: 16 / 9 !important;
	position: relative;
}

/*
#video_89_native_hls {
	max-width: 300% !important;
	margin-left: -50% !important;
}
*/


/* modify player for right side banner */


[id^="mep_"] {
	width: calc(100% - 218px) !important;
	max-height: 440px !important;
	min-height: 440px !important;
	height: 100% !important;
}



/* need to add a tag to the page maybe in div class="VideoPlayer novideoad"  then these css updates below will resize video */

.mejs__overlay-button {

        display: block;
}


.mejs__controls {

        visibility: visible;
}


.novideoad .mejs__container.mejs__video {
	overflow: visible;
}

.novideoad [id^="mep_"] {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: 100% !important;
    display: inline-block;
    max-height: 100% !important;
}


.video-billboard {
	text-align: right;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0px 0 0 0;
	display: block;
	position: relative;
}


.video-billboard img {
	padding: 0;
	margin: 0;
	z-index: 1000;
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
	max-width: 218px !important;
	min-height: 440px !important;
	height: 100% !important;

}

@media only screen and (max-width: 640px) {

	[id^="mep_"] {
		width: 100% !important;
		height: 100% !important;
		min-height: initial !important;
		aspect-ratio: 16 / 9 !important;
	}

	.video-billboard,
	.video-billboard img {
		width: 0px;
		height: 0px;
		display: none;
		visibility: hidden;
	}


}

/* end modify player for right side banner */


/* VIdeo Player */

.VideoWrap {
	display: inline-block;
	width: 100%;
	max-width: 999px;
}

.VideoWrap nav.MoreInstant ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	text-transform: uppercase;
	justify-content: center;
}

.VideoWrap nav.MoreInstant ul li a {
	padding: 20px;
	margin: 0 0 20px 0;
	text-decoration: underline;
}

.VideoPlayer {
	width: 100%;
	padding: ;
	margin: 0 auto;
	display: inline-block;
}

.VideoPlayerSideAd {
	max-width: 244px;
	padding: 20px 0 20px 0;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.VideoPlayerSideAd img {
	min-width: 100%;
}

.VideoWrap>.info {
	clear: both;
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
}


.VideoWrap>.info>.name {
	display: inline-block;
	margin: 0 0 20px 20px;
	font-size: 1.25em;
	font-weight: 700;
	color: #000;
	text-shadow: 0px 0px 0 #94978e;
	text-transform: uppercase;
	width: calc(50% - 25px);
}

.VideoWrap>.info>.date {
	display: inline-block;
	text-align: right;
	white-space: nowrap;
	margin: 0 10px 20px 0;
	font-size: 1.25em;
	font-weight: 700;
	color: #000;
	text-shadow: 0px 0px 0 #94978e;
	text-transform: uppercase;
        width: calc(50% - 25px);
}

.VideoDescription {
	clear: both;
	color: #000;
	background-color: transparent;
	font: 16px Verdana, "Courier New", Courier, monospace;
	padding: 20px;
	margin: 0 20px 20px 20px;
	width: 95%;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0);
}

