.v-frame {
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9998;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}