#pwa-iphone-banner {
	width: 100%;
	position: fixed;
	bottom: 0;
}

#pwa-iphone-text{
	width: calc(100% - 45px);
	padding: 5px 0;
	min-height: 45px;
	text-align: center;
	color: #0645AD;
	background-color: #000;
	z-index: 9999;
	background-color: #FFF;
	font-size: 12px;
}

#pwa-iphone-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background-color: #FFF;
	line-height: 2.4;
	font-size: 18px;
	color: #000000;
}

#pwa-iphone-arrow{
	margin: 0 auto;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-top: 10px solid #FFF;
}

