.floating-banner {
	position: fixed;
	z-index: 4;
	bottom: 0;
	right: 0;
	display: none;
	background: #fff;
}
.floating-banner a:hover {opacity: 0.65;}
.floating-banner a img {height: 80px;}
/* .floating-banner a:last-child {display: none;} */

@media only screen and (max-width: 719px){
	.floating-banner a img {width: 100%;}
}
