body {
    margin: 0;
    padding: 0;
    overscroll-behavior-y: none;
    position: fixed;
    overflow: hidden;
    height: 100%;
    background-color: #000;
}


.hide {
	display: none;
}

#hit-dot: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: 0px;
        top: 0px;
		padding: 24px;
	}
		
#hit-dot {
		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-dot:hover {
	opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.morebtn:hover {  cursor: url('full.png') 0 0, default!important;}

	/* 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 {
    }	
	 .dotbtn {
        display: block!important;
        z-index: 10;
        width: 24px;
        position: absolute;
        display: none;
    }

}

@media screen and (max-width: 600px) {
#hit-dot, #hit-full {
	display: none;
	}
}

@media screen and (max-width: 1100px) {
#hit-dot {
	display: none;
	}
}

.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;
}

.dotbtn {
    display: block;
    width: 24px;
	float: right;
	position: absolute;
	display: none;
	bottom: 50px;
	right: 50px;
	opacity: .3;
}

.dotbtn:hover {
    display: block;
    width: 24px;
}

#dotdot {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    color: #cad6f0;
    border-radius: 100px;
    border: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    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;
}

/*#dotdot:hover {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}*/


.arbtn {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    position: fixed;
    display: inline-block;
    bottom: 10px;
    right: 0px;
}

/* 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;