
#cloakOfElvenKind {
  background-color: #000000;
  height: 100%;
  width: 100%;
  z-index: 777;
  top: 0;
  left: 0;
  position: absolute;
  opacity: .70;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#samplePlayer {
  display: none;
}
#clonePlayerOuter {
  width: 100%;
  text-align: center;
  z-index: 999;
  position: absolute;
  top: 30%;
  left: 0;
}
#clonePlayer {
  text-align: center;
  display: block;
  width: 490px; /* or whatever it happens to be */
  margin: auto;
  height: auto;
  background-color: #EEEEEE;
}