#webview{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border:none;
    width: calc(100% + 35px);
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  
  #iframebtn
  {
    background: url('bt-x.png');
    background-size: cover;
    position : absolute;
    top:0;
    right: 0;
    border: none;
    width: 40px;
    height: 40px;
    z-index: 6;
  }
  
  #WebViewDiv{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    background-color: #000;
    margin: auto;
    z-index: 5;
  }
  
  ::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
  }
  
  