.fixed-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.fixed-banner.visible {
    display: block;
}
.fixed-banner a {
    display: block;
}
.fixed-banner img {
    width: 100%;
    height: auto;
    display: block;
}
.fixed-banner-close {
    position: absolute;
    z-index: 100;
    top: 30px;
    right: 30px;
    padding: 0;
    border: none;
    background: none;
    font-size: 30px;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.fixed-banner-close:hover {
    color: #E1411E !important;
}

@media screen and (max-width: 767px) {
    .fixed-banner-close {
        top: 15px;
        right: 15px;
    }

    .fixed-banner.visible {
        display: block;
        z-index: 2147483648 !important;
    }

    .__jivoMobileButton {
        z-index: 2147483600 !important;
    }
}

@media screen and (max-width: 1280px) {
    .fixed-banner-close {
        top: 15px;
        right: 15px;
    }

    .fixed-banner.visible {
        display: block;
        z-index: 2147483648 !important;
    }

    .__jivoMobileButton {
        z-index: 2147483600 !important;
    }
}

.top-banner {
top: 0;
bottom: auto;
}