body {margin: 0px; overflow-x: hidden; overflow-y: hidden; background: black;}

#forward, #back {position: fixed; z-index: 99; bottom: 0px; top: 0px; background: rgba(255,255,255,0.4); width: 50px;}
#back {left: 0px; display: none;}
#forward {right: 0px;}


#info {display: none; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 9999; background-color: white; background: rgba(255,255,255,0.97); padding: 50px; height: 100%; overflow: scroll;}
#info p {pointer-events: none;}