/* webtor-rect-overlay.css */
.webtorRectOverlay {
  position: fixed;
  z-index: 9000;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(0,0,0,.85);
  border: 1px solid rgba(127,127,127,.35);
  box-shadow: 0 14px 40px rgba(0,0,0,.55);
}
.webtorRectOverlay.hidden { display: none; }

.webtorRectHost { width:100%; height: 100%; }
.webtorRectHost iframe { width:100% !important; height:100% !important; border:0; position:absolute !important; inset:0 !important; z-index:0 !important; }
