

.subarendator-banner {
	position: fixed;
	bottom: 10px;
	left: 85px;
    z-index: 100;
}
.subarendator-banner.hide_banners {
    display: none;
}
.subarendator-banner img {
	max-width: 470px;
	height: 70px;
}
.subarendator-banner span {
	position: absolute;
	top: 5px;
	right: 5px;
	color: red;
	font-size: 24px;
	transform: rotate(45deg);
	line-height: 100%;
    cursor: pointer;
}
@media(max-width: 768px) {
    .subarendator-banner {
        bottom: 50px;
        left: 5px;
    }
    .subarendator-banner img {
    	max-width: calc(100% - 5px);
    }
    .subarendator-banner span {
        right: 10px;
    }
}
