/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .fullscreen-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}


body {
    cursor: none !important;
}
