#popity-overlay-outer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  float: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  display: block;
  opacity: 1;
  z-index: 2147483536;
}

#popity-overlay-middle {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  width: auto;
  background: white;
}
#popity-overlay-middle {
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  width: auto;
  height: 100%;
}
#popity-overlay-inner {
  display: table;
  height: 100%;
  width: 100%;
}
#popity-media-outer {
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}