
.mover{
    cursor: none   !important;
    position: fixed;
    height:0.0001px;
    color:#ffffff;
    bottom:0;
    top:100vh;
    transition: 0.2s;
    width:100vw;
    z-index: 19;
    }
    
    .mover-moving{
    position: fixed;
    top:0 !important;
    background-color:#ffffff;
    bottom:0 !important;
    transition: 0.2s;
    width:100vw;
    height:100vh !important;
    z-index: 19;
    cursor: none   !important;
    }
    .mover-moved{
    position: fixed;
    top:0 !important;
    background-color:#ffffff;
    bottom:100% !important;
    transition: 0.2s;
    width:100vw;
    height:0.00001vh !important;
    z-index: 19;
    cursor: none   !important;
    }
    
    .cont-hidden{
        cursor: none   !important;
        visibility: hidden !important;
    }
    .cont-show{
        cursor: none   !important;
        visibility: visible !important;
    }