body,html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

.player_div
{
    width: 500px;
    height: 400px;
    position: relative;
    display: block;
    z-index: 100;
}
.video_ads_overdiv
{
}
#Player
{
	width: 100%; 
	height: 100%; 
}
#error-message {
  color: transparent;
  width: 100%;
  height: 100%;
  background:#000;
  text-align: center;
  vertical-align:middle;
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
  top:0;
  left:0;
  z-index:100;
  display:none;
}
#error-message h2,
#error-message p {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px #fff
}
#error-message h2 {
  margin-top: 15%;
  font-size: 120%;
   color: #ccc;
}

#unmute
{
	display: none;
	z-index: 2147483647;
    color: #fff;
    position:  absolute;
    bottom: 60px;
    right: 40px;
    width: 200px;
    border: 2px solid #fff;
    text-align:  center;
    padding: 4px 0;
    border-radius: 2px;
    cursor:  pointer;
	opacity: 0.8;
}

#unmute:hover
{
	opacity: 1;
}