.aflag{
	display:none;
	position:fixed;
	z-index:99;
	width:100vw;
	max-width:1366px;
	left:50%; top:0;
	transform:translatex(-50%);
	height:100vh;
	background:rgba(0, 0, 0, 0.7);
}

.aflagbtns{
	text-align:center;
}

.aflagbtn{
	display:inline-block;
	font-size:25px;
	color:white;
	border:2px solid white;
	border-radius:50%;
	padding:7px 11px;
	cursor:pointer;
	margin:0 14px;
	position:relative;
	background:#0099cc;
}

.aflagbtnl:active{left:-2px;}
.aflagbtnr:active{right:-2px;}
.aflagx:active{bottom:2px;}

.aflagimg{
	display:block;
	max-width:960px;
	max-height:calc(100vh - 99px);
	margin:0 auto;
	margin-top:-25px;
	border:3px solid white;
	border-radius:9px;
}
