body.overlaybackground{
    position: relative;
    padding: 20px;
    margin: 0;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #eeeeee;
    color: #eeeeee;
  }
  .vcoverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
  }
.vcoverlaymodal {
    width: 100%;
    height: auto;    
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    z-index: 11;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
}