.mejs__container {
	min-width: unset!important;
	max-width: 600px;
	height: 480px
}

.mejs__container video {
	height: 100%
}

.ulvideo {
	max-width: 600px
}

.mejs__video .mejs__qualities-selector ul {
	padding-inline-start: 0!important;
}

.mejs-qualities-selector ul,
.mejs__qualities-selector ul {
	margin: 0;
	padding: 0;
}

.mejs__container {
	overflow: hidden;
}

#media-wrapper .floating-on {
	bottom: 80px;
}

.mediaelement-mute {
	background-position: -40px 0;
}

.mejs__poster {
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.mejs__container,
	.mejs__container video,
	.mejs__fill-container,
	.ulvideo {
		height: calc((100vw - 35px) / 16 * 9);
	}
	.mejs__container-fullscreen video {
		height: 100%
	}
	.mejs__poster {
		background-size: cover;
	}
	.mejs__container-fullscreen .mejs__poster {
		background-size: contain;
	}
}