#main {display:flex; align-items:center; justify-content:center; 
			max-width:800px;
			height:100%; margin:0.5% auto 0.5%; 
			
			}
#main img {width:auto; max-height:100%; max-width:100%;}


#btnmaindiv {display:flex; align-items:center; height:74%; margin-top:2%; }
#btndivre img {}
#btndivli img {}
.pf {width:40%;}

#info {font-size:0.9em; margin-top:1%;}



#btnstripediv {display:flex; align-items:center; position:absolute; bottom:0; left:0; width:100%; 
			height:8%; margin:-8% 0 auto; }
#stripediv  {display:flex; align-items:left; overflow:hidden; height:100%; width:90%; }

#stripediv img {width:auto; max-height:100%; height:100%; margin:0 2px; }
			
.pf-unten {width:60%;}


			
#strpbtndivre {width:3%; }
#strpbtndivli {width:3%; }


@media (orientation: portrait) {
#btndivli {display:none;}
#btndivre {display:none;}
#strpbtndivre {display:none; }
#strpbtndivli {display:none; }
#stripediv  {width:100%; }
}