.openfan_lb_overlay {
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index: 2147483600;
  background:rgba(0,0,0,.75);
  display: none;
}

.openfan_lb_body {
  position: fixed;
  top: 0px;
  height: 0;
  width: 100%;
  left: 0;
  margin: auto;
  display: none;
  z-index: 2147483600;
}

.openfan_lb_body iframe {
  max-width: 801px;
  width: 100vw;
  height: calc(100vh - 20px);
  border: none;
  top: 20px;
  position: absolute;
  left: calc(50vw - 400px);
  right: 0;
}

.openfan_lb_body iframe body {
  background:none;
}
.close-widget-button {
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  min-width: inherit;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 801px) {
  .openfan_lb_body iframe {
    left: 0;
    top: 0;
    height: 100vh;
  }
  .close-widget-button {
    display: inherit;
  }
}
