#SIGNIN {
    position: fixed;
    z-index: 10001 !important;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(0,0,0,0.7) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    backdrop-filter: blur(2px) !important;
    font: 14px/20px "Helvetica",sans-serif !important;
    color: #333 !important;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    padding-bottom: 20px;
}

#SIGNIN .nw-login {
    position: relative;
    margin: auto;
    max-width: 525px;
    width: 96%;
    z-index: 99999999;
}

.login-popup {
    margin-top: 30px;
    border-radius: 7px;
    padding: 10px;
    background: #fff;
}
.login-popup iframe {
  width: 100%;
}

#SIGNIN .poster-comments {
    position: relative;
    margin: auto;
    max-width: 1000px;
    width: 96%;
    height: 90vh;
    z-index: 99999999;
    margin-top: 50px;
}
#SIGNIN iframe {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
