.mejs-controls{
	display: none;
}

.vjs-default-skin.vjs-paused .vjs-big-play-button 
{
display: none;
}

.wrapper {
	/*width: 90%; 
	margin: auto;*/
	position: relative;*
}
.unmute {
    background-image:url(images/mute.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    /*left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;*/
    background-size:contain;
    /*background-position: center;
	margin-top:-110;*/
	z-index:9999;
}
.unmuteoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: #0000009e;
  display: none;
}
/*
.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
*/