#amcn-app-banner { 
	display: block;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background: #f2f2f2;
	
	-webkit-transition:max-height 500ms ease;
	-moz-transition:max-height 500ms ease;
	-o-transition:max-height 500ms ease;
	transition:max-height 500ms ease;
}

#amcn-app-banner.animate{
	max-height: 73px;
}

.banner-close,
.banner-icon,
.banner-desc,
.banner-launch { 
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.banner-close { 
	width: 8%;
	max-width: 60px;
	height: 20px;
	text-align: center;	
}

.banner-close a {
	color: #a7a7a7;
}

.banner-icon { 
	width: 15%;
	max-width: 57px;
}
.banner-icon img {
	display: block;
	width: 100%; 
	max-width: 57px; 
	height: auto;
	max-height: 57px;
	margin: .5rem 0;
	border-radius: 10px;
}

.banner-desc { 
	max-width: 60%;
	padding: .5rem;
}

.banner-desc h3,
.banner-desc h4 { 
	margin: 0;
	width: 100%;
	color: #a7a7a7;
	font-size: 10px;
}

.banner-desc h3 { 
	color: #676767;
	font-size: 12px;
}

.banner-desc h4 { 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.banner-launch {
	width: 17%;
	text-align: center;
}

.banner-launch a,
.banner-launch a:hover,
.banner-launch a:active,
.banner-launch a:visited { 
	color: #1c87fd;
}