div#movie {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  z-index: 2147483647;
  width: 100%; }

div#movie div#mbody {
  position: absolute;
  padding: 0;
  top: 0;
  /* background-color: #000; */ }

div#movie div#mbg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%; }

img#mclose {
  max-width: 35px; }

div#movie p.title {
  opacity: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 40px;
  color: #fff; }
