
	
body {
    margin: 0;
    padding: 0;
    overscroll-behavior-y: none;
    position: fixed;
    overflow: hidden;
    height: 100%;
    background-color: rgb(52, 56, 203);
}

#description {
    width: 100px;
    overflow: auto;
    background-color: rgba(255, 255, 255, 1);
    color: #cad6f0;
    border-radius: 100px;
    border: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px;
    display: none;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}


/*#description:hover {
	opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}*/

.hide {
    display: none;
}

#hit-more:hover~.hide {
    display: block;
}

#hit-full {
    cursor: url('full.png') 0 0, default!important;
    width: 60px;
    height: 50px;
    z-index: 10;
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    padding: 24px;
}


#hit-more {
    cursor: url('grabbing.png') 0 0, default!important;
    width: 110px;
    height: 110px;
    z-index: 8;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 24px;
    padding: 24px;
}

#hit-more:hover {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.fullbtn {
    display: block;
    width: 24px;
    display: none;
    opacity: 0.5;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.fullbtn:hover {
    cursor: url('grabbing.png') 0 0, default!important;
    width: 24px;
    display: none;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}


.morebtn:hover {
    cursor: url('grabbing.png') 0 0, default!important;
    display: block;
    width: 24px;
}

#arbtn {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    position: fixed;
    display: inline-block;
    bottom: 50px;
    left: 50%;
     transform: translateX(-50%);
     z-index:400;
}

#test{
    
}

	/* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */

    @media screen and (min-width: 600px) {
        .fullbtn {
            display: block!important;
            z-index: 10;
            width: 24px;
            position: absolute;
            display: none;
        }
        .fullbtn:hover {
        }	
         .morebtn {
            display: block!important;
            z-index: 10;
            width: 24px;
            display: none;
        }
    
    }
    
    @media screen and (max-width: 600px) {
    #hit-more, #hit-full {
        display: none;
        }
    }
    
    @media screen and (max-width: 1100px) {
    #hit-more, #hit-full {
        display: none;
        }
    }

/* Safari */

:-webkit-full-screen #hit-more,
 :-webkit-full-screen #hit-full {
    display: none!important;
}


/* IE11 */

 :-ms-fullscreen #hit-more,
 :-ms-fullscreen #hit-full {
    display: none!important;
}


/* Standard syntax */

 :fullscreen #hit-more,
 :fullscreen #hit-full {
    display: none!important;
}

border-style: solid;
border-width: 4px;
border-width: 45px;