.side-banner-left, .side-banner-right {
    position: absolute;
    left: 50%;
	width: 280px;
	height: 598px;
    display: block;
	z-index: 1;
    opacity: 1 !important;
}

.side-banner-left {
    margin-left: -865px;
}

.side-banner-left>img {
    opacity: 1 !important;
}

.side-banner-right {
    margin-left: 585px;
}

.side-banner-right>img {
    opacity: 1 !important;
}

.banners-sticky {
	position: fixed !important;
    top: 15px !important;
}
