

/*
.info-wrapper {
    display: none;
}
.common-banner-wrapper {   
    position: fixed;
    bottom: 10px;
    left: 80px;
    z-index: 1000;
}
.common-banner-wrapper img {
	max-width: 480px;
}
.common-banner-wrapper span.banner-close {
    transform: rotate(45deg);
    color: red;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}
.common-banner-wrapper.hide_banners {
    display: none;
}
@media (max-width: 768px) {
    .common-banner-wrapper {
        bottom: 50px;
        left: 10px;
    }
    .common-banner-wrapper img {
        max-width: 360px;
    }
}
*/
