[data-molly-theater-vimeo], [data-molly-theater-youtube] {
  cursor: pointer;
}

.mollyTheaterCtn {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #090909;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  width: 100%;
}

.mollyTheaterSize {
  position: relative;
  width: 100%;
  max-width: 178vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mollyTheater {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}

iframe.mollyTheaterIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mollyVideoCloseTheaterButton {
  width: 35px;
  height: 35px;
  position: fixed;
  top: 4px;
  left: 4px;
  cursor: pointer;
}
.mollyVideoCloseTheaterButton:before, .mollyVideoCloseTheaterButton:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  top: 20px;
  left: 6px;
  width: 30px;
  height: 3px;
  background: #333;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px black;
          box-shadow: 0 0 1px black;
}
.mollyVideoCloseTheaterButton:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mollyVideoCloseTheaterButton:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}