.eaem-video-text-overlay {
    position: relative;
    top: 60%;
    left: 18%;
    color: #AAA;
    font-size: 30px;
    background-color: #EEE;
    width: 400px;
    padding: 5px;
    text-align: center;
}


.s7closedcaptionbutton {
	cursor: pointer
}

.s7closedcaptionbutton.amp-control-disabled {
	height: 0;
	width: 0;
	position: static
}

.s7closedcaptionbutton.amp-control-disabled::before {
	content: '' !important
}

.s7closedcaptionbutton .vjs-menu {
	text-align: left
}

.s7closedcaptionbutton[aria-expanded=true] .vjs-menu {
	display: block !important;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

.s7closedcaptionbutton .vjs-menu-content {
	position: absolute;
	right: 0;
	bottom: 100%;
	background-color: rgba(60, 69, 79, .8);
	box-shadow: none;
	list-style: none;
	margin: 0;
	max-width: none;
	max-height: 16em;
	overflow: auto;
	overflow-x: hidden;
	padding: 12px 12px 14px;
	white-space: nowrap
}

.s7closedcaptionbutton .vjs-menu-title {
	cursor: default;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	margin: 0 0 .3em;
	padding: 0;
	text-align: center;
	text-transform: uppercase
}

.vjs-menu {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	min-width: 100%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s, -webkit-transform .2s;
	transition: opacity .3s, -webkit-transform .2s;
	transition: opacity .3s, transform .2s;
	transition: opacity .3s, transform .2s, -webkit-transform .2s;
	visibility: hidden
}

.vjs-menu-item,
.amp-menu-header {
	height: auto;
	width: auto;
	color: rgba(255, 255, 255, .85);
	display: block;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: none
}

.vjs-menu-item {
    font-family: "Segoe UI";
    font-display: swap;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,.741);
    text-transform: capitalize;
    font-weight: normal;
    border-bottom: none;
    padding: 5px 12px 5px 5px;
}

.vjs-menu-item::before {
	height: 100%;
	width: 10px;
	content: '';
	display: inline-block;
	font-family: azuremediaplayer;
	line-height: normal;
	margin-right: 4px;
	vertical-align: middle
}

.vjs-menu-item.vjs-selected {
	color: #fff
}

.vjs-menu-item.vjs-selected::before {
	content: "\e124";
	font-size: 10px;
    font-family: 'loopicon';
}

.vjs-menu-item:hover,
.vjs-menu-item:focus,
.vjs-menu-item.vjs-selected,
.vjs-menu-item.vjs-selected:hover,
.vjs-menu-item.vjs-selected:focus {
	background-color: transparent;
	outline: none
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.vjs-menu-item {
		color: #fff
	}
}

@media screen and (-ms-high-contrast:black-on-white) {
	.vjs-menu-item {
		color: #000
	}
}

@media screen and (-ms-high-contrast:white-on-black) {
	.vjs-menu-item {
		color: #fff
	}
}

_::-webkit-:host:not(:root:root),
.vjs-menu-item {
	color: #fff
}

_::-webkit-:not(:root:root),
.vjs-menu-item {
	color: #fff
}

/*.amp-menu-header {
	font-family: "Segoe UI";
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	padding: 5px;
	pointer-events: none;
	text-transform: uppercase
}*/

.amp-menu-header {
    text-transform: capitalize;
    font-size: 14px;
    color: rgba(255,255,255,.741);
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255,255,255,.38);
    font-weight: normal;
}

.amp-menu-header:hover,
.amp-menu-header:focus {
	background-color: none;
	outline: none
}

.vjs-subtitles-button::before {
	content: "\e60b"
}

.vjs-captions-button::before {
	content: "\e60c "
}

.s7closedcaptionbutton:focus .vjs-control-content::before,
.s7closedcaptionbutton:hover .vjs-control-content::before {
	box-shadow: 0 0 1em #fff;
	font-size: 9.3px
}

.vjs-menu-item.vjs-selected {
    background-color: rgba(255,255,255,.2);
}

.vjs-control-text {
    height: 1px;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.vjs-menu-item:hover, .vjs-menu-item.outline-enabled-control:focus {
    outline: none!important;
    background-color: rgba(255,255,255,.122);
}