:root {
	--html5-video-fontsize: 100%;
}

.mmiix-container{
	position: relative !important;
	margin-bottom: 30px !important;
	text-align: center;
}

.mmcontainer-editor{
	border: 3px solid #50575e !important;
	padding: 10px !important;
}

.observer-food{
	visibility: hidden !important;
}

.mmtext-overlay{
	position: relative !important;
	z-index: 100 !important;
	font-weight: bold !important;
	color: white !important;
	bottom: 118px; /* bottom: 85px; */
    height: 0px !important;
    pointer-events:none !important;
}

.mmovr-textbody{
	position: relative;
	font-size: 20px !important;
	background-color: rgba(0,0,0,0.8) !important;
	/*width: max-content !important;*/
	padding-left: 20px !important;
	padding-right: 20px !important;
	line-height: 30px !important;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	text-align: center !important;
	pointer-events:none !important;
	margin-bottom: 0 !important;
	margin-left: auto !important;
    margin-right: auto !important;
}

.mmovr-textbody:empty{
	padding: 0 !important;
}

.sdcheck{
	margin-top: 15px !important;
	margin-bottom: 5px !important;
}

.sbcheck{
	margin-top: 12px !important;
	margin-bottom: 5px !important;
}

.chdesc{
	display: inline-block !important;
	margin: 0 !important;
	vertical-align: bottom !important;
}

.ctrl-separator{
	border: 2px solid #78909c !important;
    width: 5px !important;
    display: inline-block !important;
    height: 20px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
    border-radius: 25px !important;
    background: #78909c !important;
}

.addnames{
	display: inline-block !important;
    margin: 0 !important;
}

.volume-ctrl{
	display: inline-block !important;
	vertical-align: top !important;
}

.ctrl-container{
	height: 91px !important;
	width: auto !important;
	background: #eceff1 !important;
	margin-top: 4px !important;
	white-space: nowrap !important;
	text-align: center !important;
	border-radius: 80px !important;
	position: relative;
}

.ctrl-container p{
	line-height: 28px !important;
}

.ctrl-container .button-prm{
	height: 31px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	margin-bottom: 0px !important;
}

.ctrl-content{
	width: max-content;
    height: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.height-adj{
	margin-top: -4px;
}

iframe{
	height: inherit;
	min-height: 390px;
}

video::-webkit-media-text-track-display {
  font-size: var(--html5-video-fontsize);
}

input{
	width: inherit;
}