.mejs__container {
	width: 100%;
	height: 100%;
}
.mejs__layers {
	width: 100%;
	height: 100%;
}
.mejs__layer {
	width: 100%;
	height: 100%;
}
/*.mejs__overlay-play {
	width: 100%;
	height: 100%;
}*/
.mejs__poster {
	background-size: contain;
}
.mejs__time {
	font-size: 0.75rem;
}
.mejs__button {
	font-size: 0.75rem;
}
.mejs__overlay-button,
.mejs__overlay-button svg {
    height: 4rem;
    width: 4rem;
}
.mejs__qualities-button {
 	width: 2.8rem;
}
.mejs__qualities-button > button {
 	min-width: 2.8rem;
 	margin: 0.7rem 0 0;
 	font-size: 0.75rem;
}
.mejs__speed-button {
	width: 2.4rem;
}
.mejs__speed-button > button {
	width: 2.4rem;
	margin: 0.7rem 0 0;
	font-weight: bold;
	font-size: 0.75rem;
}
.mejs__speed-selector-label {
	font-size: 0.75rem;
}
.mejs__qualities-button {
  margin-right: 2px;
}

.mejs__speed-button {
  margin-right: 2px;
}
img.small-play-btn {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
