/* ============================================================
   WEB 3 — iframe wrapper
   ============================================================ */
.v3-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  z-index: 10;
  background: #000;
}

.v3-frame__iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
