#ik-espa-banner {
	position: fixed;
	background: white;
	bottom: 10px;
	left: 20px;
	z-index: 99999;
	opacity: 1;
	transition: opacity 0.3s ease;
	max-width: 200px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#ik-espa-banner:hover {
	cursor: pointer;
}
