@charset "UTF-8";

a.fixed-banner {
	width: 160px;
	top: 255px;
	right:0;
	left: inherit;
}

a.fixed-banner img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

.fixed-banner {
	position: fixed;
	top: 130px;
	left: 0;
	z-index: 1000;
}
