.convertor{
  width: 400px;
}
@media  only screen and (max-width: 600px){
  .convertor{
    width: 100%;
  }
}
.w3-modal-content{
  z-index: 1;
}
.w4-vw-vh{
  height: 100vh;
  width: 100vw;
}
.w4-exit{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  /* background: red; */
}
.w4-display-inbl{
  display: inline-block !important;
}
.w4-nobord{
  border: none;
}
