#mobile_iphone {
	position:fixed;
	padding:1rem;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	background-size:contain;
	background-repeat:repeat;
	z-index:10000;
	height:20vh;
	opacity:.8;
}

#mobile_android {
	position:fixed;
	padding:1rem;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	background-size:contain;
	background-repeat:repeat;
	z-index:10000;
	height:20vh;
	opacity:.8;
}

.icon_store {
	height:100%;
}

.agent .close {
	cursor:pointer;
	position:absolute;
	top:4px;
	right:4px;
	padding:.2rem 1rem;
	font-family:arial;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	background-color:#f00;
	z-index:10001;
	opacity:1;
	border-radius:.2rem;
}