body > .overlay.message {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    background-color: #fff;
    z-index: 1000;
}
