/***
clearfix
*/
html, body {
  height: 100%;
}

#movieModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#movieModal .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #555;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
#movieModal .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -240px 0 0 -427px;
  width: 854px;
  height: 480px;
}
#movieModal .inner video {
  width: 854px;
  height: 480px;
}
#movieModal .btn {
  text-align: center;
  
}
#movieModal .btn a {
  cursor: pointer;
}
