[v-cloak] { display: none }

#uebb-popup-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uebb-popup-content {
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 520px;
}

#uebb-popup-content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

#uebb-popup-content > a {
  /*height: 100%;*/
}

#uebb-popup-content > a img {
  margin: 0 auto;
}

#uebb-popup-content > * {
  overflow: hidden;
}

#uebb-popup-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}

#uebb-popup-close:before,
#uebb-popup-close:after {
  content: '';
  display: block;
  height: 3px;
  background: white;
  width: 100%;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 1.5%;
}

#uebb-popup-close:after {
  transform: rotate(-45deg);
}
