
	
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: 20px;
    top: 10px;
    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 {
    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 {
    display: block;
    width: 24px;
    float: right;
    position: absolute;
    display: none;
    bottom: 36px;
    right: 36px;
    opacity: .3;
}

.morebtn:hover {
    display: block;
    width: 24px;
}

.arbtn {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    position: fixed;
    display: inline-block;
    top: 20px;
    right: 10px;
}



/* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */

@media screen and (min-width: 400px) {
    .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;
    }
	
    #hit-more {
        display: none;}
	
}

@media screen and (min-width: 600px) {

#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;
}

	}

/* 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;