#jquery-msg-overlay{
  position: absolute;
  top: 0; left: 0;
  background: rgba(0,0,0,0.6);
  width:100%;
  height:100%;
  min-width:150%;
  min-height:150%;
/*position: absolute;
width: 1920px;100%; height: 1080px; 100%;
top:50%; left: 50%;
transform: translate(-50%, -50%);
background: rgba(0,0,0,0.6);
*/
}
#jquery-msg-bg {
  display: none; /*IMG BG*/
  position: absolute;
  top: 0; left: 0;
  background: rgba(0,0,0,0.6);

  min-width:150%;width:100%;height:100%;min-height:150%;
  border:none; outline: none;
}

.jquery-msg-content {
  -webkit-background-clip: padding-box;
  padding: 15px;
  /* original
  margin-top:250px;
  margin-left:300px;
  */
  border:none; outline: none;
  margin: 15%;margin-left:50px;margin-top:100px;
}

.black-on-white .jquery-msg-content {
  background: white;
  color: #333333;
  opacity: 0.9;
  filter: alpha(opacity=90);
  box-shadow: 5px 5px 30px 0 black;
  border-radius: 32px;
}

.white-on-black .jquery-msg-content {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: black;
  color: white;
  border-radius: 8px;
}
